On iPad we need to hide the list row separator on the top

This commit is contained in:
Jackson Harper 2022-11-29 15:59:06 +08:00
parent 8ff154e2f4
commit 25a22e4289

View file

@ -346,6 +346,7 @@ import Views
List {
filtersHeader
.listRowSeparator(.hidden, edges: .top)
ForEach(viewModel.items) { item in
FeedCardNavigationLink(