Remove unneeded navigation link

This commit is contained in:
Jackson Harper
2023-07-13 16:48:42 +08:00
parent ec55801eff
commit d80358bdb9

View File

@ -652,13 +652,6 @@ struct AnimatingCellHeight: AnimatableModifier {
var body: some View {
ZStack {
ScrollView {
NavigationLink(
destination: LinkDestination(selectedItem: viewModel.selectedItem),
isActive: $viewModel.linkIsActive
) {
EmptyView()
}
filtersHeader
.padding(.leading, 16)
.padding(.bottom, 25)