mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove debugging hardware version
This commit is contained in:
parent
44d65d8185
commit
e294a2480c
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ struct UserList: View {
|
|||
Text(user.longName ?? "unknown".localized)
|
||||
.font(.headline)
|
||||
.allowsTightening(true)
|
||||
Text(user.hwModel ?? "")
|
||||
Spacer()
|
||||
if user.userNode?.favorite ?? false {
|
||||
Image(systemName: "star.fill")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue