From b3c747151bb3f50d28bf6205cafa4b7dd6ae2b1c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 21 Sep 2023 09:41:07 -0300 Subject: more ui --- .../demobank-ui/src/pages/WalletWithdrawForm.tsx | 70 +++------------------- 1 file changed, 7 insertions(+), 63 deletions(-) (limited to 'packages/demobank-ui/src/pages/WalletWithdrawForm.tsx') diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx index 6574ec934..8c41f7576 100644 --- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx +++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx @@ -78,6 +78,7 @@ export function WalletWithdrawForm({ async function doStart() { if (!parsedAmount) return; try { + console.log("ASDASD") const result = await createWithdrawal({ amount: Amounts.stringify(parsedAmount), }); @@ -106,7 +107,7 @@ export function WalletWithdrawForm({ ? error.message : JSON.stringify(error)) as TranslatedString ) -} + } } } @@ -115,7 +116,7 @@ export function WalletWithdrawForm({

Prepare your wallet

- Upon starting you will receive the money in your digital wallet, if you don't have one please install one from here. + Upon starting you will receive the money in your digital wallet, if you don't have one please install one from here.

After using your wallet you will be redirected here to confirm or cancel the operation. @@ -147,7 +148,7 @@ export function WalletWithdrawForm({