Remove list row separator on the bottom view
This commit is contained in:
@ -1033,6 +1033,7 @@ struct BottomView: View {
|
||||
|
||||
var body: some View {
|
||||
innerBody
|
||||
.listRowSeparator(.hidden)
|
||||
.onAppear {
|
||||
Task {
|
||||
autoLoading = true
|
||||
|
||||
Reference in New Issue
Block a user