From 3498dacd8880da203ee05e35619ffc3759266027 Mon Sep 17 00:00:00 2001 From: Kristof Csillag Date: Fri, 30 Sep 2022 08:19:25 +0200 Subject: [PATCH] Make it impossible to submit the send transaction form while incomplete ... therefore avoid the crash on empty amount --- .../pages/AccountPage/Features/SendTransaction/index.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/pages/AccountPage/Features/SendTransaction/index.tsx b/src/app/pages/AccountPage/Features/SendTransaction/index.tsx index d904fc59d5..f5256fee63 100644 --- a/src/app/pages/AccountPage/Features/SendTransaction/index.tsx +++ b/src/app/pages/AccountPage/Features/SendTransaction/index.tsx @@ -70,7 +70,7 @@ export function SendTransaction(props: SendTransactionProps) { return ( -
+ -