Add details link bool to node list to stop the user being taken back to node details when data comes in, should be able to remove when the iOS 16 upgrade happens

This commit is contained in:
Garth Vander Houwen 2022-09-04 22:24:37 -07:00
parent b93b0c7d91
commit c554e4c8c5

View file

@ -120,6 +120,7 @@ struct NodeList: View {
}
.padding([.leading, .top, .bottom])
}
.isDetailLink(false)
}
}
}