Skip to content

Commit

Permalink
confirm withdrawal amount remove coin name in the amount field
Browse files Browse the repository at this point in the history
  • Loading branch information
abeikverdi committed Feb 2, 2024
1 parent 32f897b commit 36d9d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/containers/WithdrawConfirmation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class ConfirmWithdrawal extends Component {

<div style={{ marginTop: 20 }}>
<div>
{this.props?.coins?.[currency]?.fullname}{' '}
<EditWrapper stringId="WITHDRAW_PAGE.WITHDRAW_CONFIRM_SUCCESS_2">
{STRINGS['WITHDRAW_PAGE.WITHDRAWAL_CONFIRM_AMOUNT']}
</EditWrapper>
Expand Down

0 comments on commit 36d9d80

Please sign in to comment.