fix fees page

This commit is contained in:
tjs 2022-08-20 21:24:26 -04:00
parent 94d1803fa9
commit 921a363e2e
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@ export default function useFees(): {
makerFee: makerFee,
takerFee: takerFee + refSurcharge - discount,
takerFeeBeforeDiscount: takerFee + refSurcharge,
takerFeeWithMaxDiscount: takerFee - discount,
takerFeeWithMaxDiscount: takerFee,
}
}