Skip to content

Commit 5d941a6

Browse files
authored
fix: balance spacing no currency symbol
1 parent 7802e55 commit 5d941a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ struct WalletView: View {
3232

3333
VStack(spacing: 10) {
3434
HStack(spacing: 15) {
35-
currencySymbol
35+
if balanceFormat != .sats && balanceFormat != .bip21q {
36+
currencySymbol
37+
}
3638
balanceText
3739
unitText
3840
}

0 commit comments

Comments
 (0)