Skip to content

Commit

Permalink
fixed translation for amount field in account transfer form cashier (#…
Browse files Browse the repository at this point in the history
…5605)

Co-authored-by: Carol Sachdeva <58209918+carol-binary@users.noreply.github.com>
  • Loading branch information
vinu-deriv and carolsachdeva authored Jun 9, 2022
1 parent 95ad508 commit 1195788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ const AccountTransferForm = ({
<Loading className='cashier__loader' is_fullscreen={false} />
</div>
) : (
<Form>
<Form noValidate>
<div className='cashier__drop-down-wrapper account-transfer-form__drop-down-wrapper'>
<Dropdown
id='transfer_from'
Expand Down

1 comment on commit 1195788

@vercel
Copy link

@vercel vercel bot commented on 1195788 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.binary.sx
binary.sx
deriv-app.vercel.app
deriv-app-git-master.binary.sx

Please sign in to comment.