mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Use formatted date instead of relative time on node list
This commit is contained in:
parent
925f531c11
commit
440fa683e3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ struct NodeListItem: View {
|
|||
.font(.footnote)
|
||||
.symbolRenderingMode(.hierarchical)
|
||||
.foregroundColor(node.isOnline ? .green : .orange)
|
||||
LastHeardText(lastHeard: node.lastHeard)
|
||||
Text(node.lastHeard?.formatted() ?? "unknown".localized)
|
||||
.font(.caption)
|
||||
}
|
||||
if node.positions?.count ?? 0 > 0 && connectedNode != node.num {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue