summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-25 08:40:18 -0300
committerSebastian <sebasjm@gmail.com>2023-09-25 14:50:44 -0300
commitae49194d4271f1108ec9b8318ea3b7977314cb85 (patch)
tree9a386163e762e64e4ba7d1c1a37f53ad1f0b3eca /packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
parent15af6c619de70336bcdfbabbd32b9d93aabefc5b (diff)
downloadwallet-core-ae49194d4271f1108ec9b8318ea3b7977314cb85.tar.gz
wallet-core-ae49194d4271f1108ec9b8318ea3b7977314cb85.tar.bz2
wallet-core-ae49194d4271f1108ec9b8318ea3b7977314cb85.zip
more ui
Diffstat (limited to 'packages/demobank-ui/src/pages/WalletWithdrawForm.tsx')
-rw-r--r--packages/demobank-ui/src/pages/WalletWithdrawForm.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
index e16825527..3c5ee34fd 100644
--- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
+++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
@@ -307,7 +307,6 @@ export function WalletWithdrawForm({
<OperationState
currency={limit.currency}
onClose={onCancel}
- goToConfirmOperation={goToConfirmOperation}
/>
}
</div>