Skip to content

Commit

Permalink
remove plus symbol (#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

1 comment on commit 6da8873

@vercel
Copy link

@vercel vercel bot commented on 6da8873 Feb 3, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.