Make noPriceMarker as single whitespace instead to be an empty string, to save label height #4589

pull/4592/head
Krypto Pank 3 years ago
parent d7f0c781ba
commit 683e5dd24c
  1. 4
      AlphaWallet/Tokens/Helpers/UiTweaks.swift

@ -4,5 +4,5 @@ import Foundation
struct UiTweaks {
//This used to be "-", just not displaying anything should make Wallet tab look less cluttered
static let noPriceMarker = ""
}
static let noPriceMarker = " "
}

Loading…
Cancel
Save