remove unwanted char

This commit is contained in:
Jens Timmerman 2020-10-05 00:05:32 +02:00
parent bee0c8f1ad
commit 2a2bb892a5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ struct LoginView: View{
}
struct VRTNuView: View{
var vrtNu: VRTNu
w var body: some View {
var body: some View {
NavigationView(){
List(vrtNu.getShows(), id: \.title){ show in
NavigationLink(destination: ShowView(show: show)){