Remove observedobject

This commit is contained in:
Garth Vander Houwen 2023-09-04 23:10:17 -07:00
parent 00d330127d
commit ebc4fedeae

View file

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