diff --git a/src/pages/MainPage/Main.tsx b/src/pages/MainPage/Main.tsx index 87be985..a63f24e 100644 --- a/src/pages/MainPage/Main.tsx +++ b/src/pages/MainPage/Main.tsx @@ -404,12 +404,12 @@ export default () => { } } - const checkPops = async (application: string) => { - const response = await getApi('check-popsrecord', application) - const result = response + // const checkPops = async (application: string) => { + // const response = await getApi('check-popsrecord', application) + // const result = response - return parseInt(result) > 0 - } + // return parseInt(result) > 0 + // } // const calculateAmounts = () => { // const amounts: string[] = amountList() diff --git a/src/styles/classes.sass b/src/styles/classes.sass index a064e34..dc5bd9a 100644 --- a/src/styles/classes.sass +++ b/src/styles/classes.sass @@ -69,7 +69,7 @@ background-color: color.adjust(vars.$background, $lightness: 20%) // color: hsl(240 5% 34%) - &__trigger:focus-visible + //&__trigger:focus-visible // background-color: hsl(240 5% 96%) .tabs__trigger[data-disabled],