Skip to content

Commit

Permalink
feat(usd deposit): used better conditioning
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Sep 9, 2020
1 parent 0a20ad9 commit c5a440a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const Success: React.FC<Props> = props => {
</RowCopy>
)}
{(props.fiatCurrency === 'USD' || props.fiatCurrency === 'GBP') &&
props.account.agent.account !== '' && (
!!props.account.agent.account && (
<RowCopy>
<div>
<Title>
Expand Down

0 comments on commit c5a440a

Please sign in to comment.