We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d2885 commit e95c99aCopy full SHA for e95c99a
src/app/(mobile-ui)/withdraw/crypto/page.tsx
@@ -339,7 +339,7 @@ export default function WithdrawCryptoPage() {
339
headerTitle="Withdraw"
340
recipientType="ADDRESS"
341
type="SEND"
342
- currencyAmount={`$ ${amountToWithdraw}`}
+ amount={amountToWithdraw}
343
isWithdrawFlow={true}
344
redirectTo="/withdraw"
345
message={
0 commit comments