mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded navigation link
This commit is contained in:
parent
ec55801eff
commit
d80358bdb9
1 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue