improve layout from buy confirmed component

This commit is contained in:
RcleydsonR
2023-02-24 01:39:58 -03:00
parent 8f45016532
commit b86a70df19
8 changed files with 112 additions and 95 deletions

View File

@@ -22,7 +22,7 @@ const loadingWithdraw = ref<boolean>(false);
const depositList = ref<ValidDeposit[]>([]);
const transactionsList = ref<WalletTransaction[]>([]);
const activeLockAmount = ref<Number>(0);
const activeLockAmount = ref<number>(0);
const callWithdraw = async (amount: string) => {
if (amount) {