Skip to content

Commit 0fda140

Browse files
committed
Remove horizontal line from the history view.
1 parent ad84505 commit 0fda140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iPhone App/HistoryView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ struct HistoryView: View {
8787
}
8888
}
8989
.onDelete(perform: delete)
90+
.listRowSeparator(.hidden)
9091
}
9192
.listStyle(.plain)
9293
.gesture(

0 commit comments

Comments
 (0)