mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update Meshtastic/Views/Nodes/NodeList.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
537fd2d386
commit
f2137a92c5
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ struct NodeList: View {
|
|||
}
|
||||
}
|
||||
.onChange(of: selectedNode) {
|
||||
if selectedNode === nil {
|
||||
if selectedNode == nil {
|
||||
router.navigationState.nodeListSelectedNodeNum = nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue