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
2 people authored and artsemkavaleu-deriv committed Feb 9, 2022
1 parent 5381b27 commit beb5be0
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 beb5be0

Please sign in to comment.