Skip to content

Commit

Permalink
remove plus symbol (binary-com#4808)
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <matin@binary.com>
  • Loading branch information
mahdiyeh-deriv and matin-deriv committed Feb 3, 2022
1 parent 1e5ecc8 commit 6da8873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const CFDAccountCard = ({
<Money
amount={existing_data.display_balance}
currency={existing_data.currency}
has_sign={1000}
has_sign={existing_data.balance && existing_data.balance < 0}
show_currency
/>
</Text>
Expand Down

0 comments on commit 6da8873

Please sign in to comment.