diff --git a/components/Card/CardWithdrawForm.tsx b/components/Card/CardWithdrawForm.tsx index 9e5d52c6..f27615d2 100644 --- a/components/Card/CardWithdrawForm.tsx +++ b/components/Card/CardWithdrawForm.tsx @@ -243,7 +243,7 @@ export default function CardWithdrawForm() { const availableFormatted = isCollateral ? collateralFormatted : formattedBalance; return ( - + {/* Amount */} @@ -310,13 +310,11 @@ export default function CardWithdrawForm() { /> - - {(validationError ?? formState.errors.amount?.message) ? ( - - {validationError ?? formState.errors.amount?.message} - - ) : null} - + {(validationError ?? formState.errors.amount?.message) ? ( + + {validationError ?? formState.errors.amount?.message} + + ) : null}