Remove debugging hardware version

This commit is contained in:
Garth Vander Houwen 2024-09-04 12:22:25 -07:00
parent 44d65d8185
commit e294a2480c

View file

@ -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")