Remove 'not set' rate of return % sign on wallet (#3828)

This commit is contained in:
user411 2021-11-16 12:06:36 -07:00 committed by GitHub
parent ba88fb1a03
commit 856e455be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...")