From c54476c40e76645b5ffb507558d6a83f0e697dc7 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 7 Dec 2022 18:46:30 -0300 Subject: fix: username regex and error message word-break --- .../src/pages/home/WalletWithdrawForm.tsx | 48 +++++++++++----------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx') diff --git a/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx index 29fc1eb6a..bc3880ee2 100644 --- a/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx +++ b/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx @@ -46,29 +46,31 @@ export function WalletWithdrawForm({

  - -   - { - // FIXME: validate using 'parseAmount()', - // deactivate submit button as long as - // amount is not valid - submitAmount = e.currentTarget.value; - }} - /> +

+ +   + { + // FIXME: validate using 'parseAmount()', + // deactivate submit button as long as + // amount is not valid + submitAmount = e.currentTarget.value; + }} + /> +

-- cgit v1.2.3