Cleanup
This commit is contained in:
parent
58dead7eb9
commit
a51a04290a
2 changed files with 6 additions and 6 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
|
|
@ -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],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue