Update Meshtastic/Views/Nodes/NodeList.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Garth Vander Houwen 2025-07-15 15:51:33 -07:00 committed by GitHub
parent 537fd2d386
commit f2137a92c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,7 +339,7 @@ struct NodeList: View {
}
}
.onChange(of: selectedNode) {
if selectedNode === nil {
if selectedNode == nil {
router.navigationState.nodeListSelectedNodeNum = nil
}
}