add lnlink

This commit is contained in:
Suhail Saqan
2022-12-23 20:35:37 -06:00
parent ef85bb0ca9
commit a8921dc24f
4 changed files with 23 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ struct SelectWalletView: View {
.truncationMode(.tail)
}.padding([.bottom], 4)
}.buttonStyle(.plain)
wallet.id != 6 ? Divider().padding([.bottom], -6) : nil
wallet.id != 7 ? Divider().padding([.bottom], -6) : nil
}
} header: {
Text("Select a lightning wallet")