I\'ve created a simple List as below, but there are extra separators below it.
List
List { Text(\"Item 1\") Text(\"Item 2\") Text(\"Item 3\")
Not an ideal solution, but you can make the list style .grouped by .listStyle(.grouped) which removes any empty cells that may come below.
.grouped
.listStyle(.grouped)