diff --git a/web/src/components/WithdrawCard/WithdrawCard.tsx b/web/src/components/WithdrawCard/WithdrawCard.tsx index 3cb27ac..945794c 100644 --- a/web/src/components/WithdrawCard/WithdrawCard.tsx +++ b/web/src/components/WithdrawCard/WithdrawCard.tsx @@ -314,6 +314,11 @@ export default function WithdrawCard(): React.ReactElement { Balance:

)} + {withdrawFeeDisplay && ( +
+ Withdrawal fee: {withdrawFeeDisplay} +
+ )} )} @@ -341,11 +346,6 @@ export default function WithdrawCard(): React.ReactElement { Amount must be a number greater than 0 )} - {withdrawFeeDisplay && ( -
- Withdrawal fee: {withdrawFeeDisplay} -
- )}