From 1e292dfcaaff0cf6bfde2dedb3936f9aaba34f08 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 21 Dec 2023 16:12:29 +0800 Subject: [PATCH] Remove list row separator on the bottom view --- apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index 3610c702b..7aac80d8c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -1033,6 +1033,7 @@ struct BottomView: View { var body: some View { innerBody + .listRowSeparator(.hidden) .onAppear { Task { autoLoading = true