From e10a4e8fca0891493039fb7e7dcf2bf91b6ee4b3 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Mon, 7 Mar 2022 10:24:08 +0000 Subject: [PATCH] fix fee position on the bond form --- nym-wallet/src/pages/bond/BondForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/pages/bond/BondForm.tsx b/nym-wallet/src/pages/bond/BondForm.tsx index 21a752e146..c3a596da39 100644 --- a/nym-wallet/src/pages/bond/BondForm.tsx +++ b/nym-wallet/src/pages/bond/BondForm.tsx @@ -361,7 +361,7 @@ export const BondForm = ({ )} )} - + {!disabled ? :
}