This commit is contained in:
Patrick Alvin Alcala 2026-03-23 10:54:39 +08:00
parent 58dead7eb9
commit a51a04290a
2 changed files with 6 additions and 6 deletions

View file

@ -404,12 +404,12 @@ export default () => {
} }
} }
const checkPops = async (application: string) => { // const checkPops = async (application: string) => {
const response = await getApi('check-popsrecord', application) // const response = await getApi('check-popsrecord', application)
const result = response // const result = response
return parseInt(result) > 0 // return parseInt(result) > 0
} // }
// const calculateAmounts = () => { // const calculateAmounts = () => {
// const amounts: string[] = amountList() // const amounts: string[] = amountList()

View file

@ -69,7 +69,7 @@
background-color: color.adjust(vars.$background, $lightness: 20%) background-color: color.adjust(vars.$background, $lightness: 20%)
// color: hsl(240 5% 34%) // color: hsl(240 5% 34%)
&__trigger:focus-visible //&__trigger:focus-visible
// background-color: hsl(240 5% 96%) // background-color: hsl(240 5% 96%)
.tabs__trigger[data-disabled], .tabs__trigger[data-disabled],