mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Remove 'not set' rate of return % sign on wallet (#3828)
This commit is contained in:
parent
ba88fb1a03
commit
856e455be3
@ -13,7 +13,7 @@ object GlobalData {
|
||||
val currentTotalBalance: StringProperty = StringProperty("0")
|
||||
|
||||
val currentPNL: StringProperty = StringProperty("0")
|
||||
val rateOfReturn: StringProperty = StringProperty("0%")
|
||||
val rateOfReturn: StringProperty = StringProperty("0")
|
||||
|
||||
val syncHeight: StringProperty = StringProperty("Syncing headers...")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user