Remove list row separator on the bottom view

This commit is contained in:
Jackson Harper
2023-12-21 16:12:29 +08:00
parent 8acc78db7b
commit 1e292dfcaa

View File

@ -1033,6 +1033,7 @@ struct BottomView: View {
var body: some View {
innerBody
.listRowSeparator(.hidden)
.onAppear {
Task {
autoLoading = true