Remove LocalizedStringKey

This commit is contained in:
Garth Vander Houwen 2022-11-26 10:57:52 -08:00
parent 8983e13b21
commit 46d02c6e08

View file

@ -98,7 +98,7 @@ struct Connect: View {
if node != nil {
Text(LocalizedStringKey("Num: \(String(node!.num))"))
Text("Num: \(String(node!.num))")
Text("Short Name: \(node?.user?.shortName ?? "????")")
Text("Long Name: \(node?.user?.longName ?? "Unknown")")
Text("Max Channels: \(String(node?.myInfo?.maxChannels ?? 0))")