mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove observedobject
This commit is contained in:
parent
00d330127d
commit
ebc4fedeae
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ struct NodeDetail: View {
|
|||
tileType: "png",
|
||||
canReplaceMapContent: true
|
||||
)
|
||||
@ObservedObject var node: NodeInfoEntity
|
||||
var node: NodeInfoEntity
|
||||
@FetchRequest(sortDescriptors: [NSSortDescriptor(key: "name", ascending: false)],
|
||||
predicate: NSPredicate(
|
||||
format: "expire == nil || expire >= %@", Date() as NSDate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue