diff --git a/components/WithdrawForm.tsx b/components/WithdrawForm.tsx index 3a94b172..93d6bc7e 100644 --- a/components/WithdrawForm.tsx +++ b/components/WithdrawForm.tsx @@ -233,7 +233,7 @@ function WithdrawForm({ onSuccess, token }: WithdrawFormProps) { thousandSeparator="," allowNegative={false} isNumericString={true} - decimalScale={bank ? bank.mintDecimals + 2 : 6} + decimalScale={decimals} className={ACCOUNT_ACTIONS_NUMBER_FORMAT_CLASSES} placeholder="0.00" value={inputAmount}