Skip to content

Commit e95c99a

Browse files
fix: amount in withdraw to crypto sucess view
1 parent 50d2885 commit e95c99a

File tree

1 file changed

+1
-1
lines changed
  • src/app/(mobile-ui)/withdraw/crypto

1 file changed

+1
-1
lines changed

src/app/(mobile-ui)/withdraw/crypto/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default function WithdrawCryptoPage() {
339339
headerTitle="Withdraw"
340340
recipientType="ADDRESS"
341341
type="SEND"
342-
currencyAmount={`$ ${amountToWithdraw}`}
342+
amount={amountToWithdraw}
343343
isWithdrawFlow={true}
344344
redirectTo="/withdraw"
345345
message={

0 commit comments

Comments
 (0)