From 2a2bb892a542f5387a4e467d19cae258cdf185ba Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Mon, 5 Oct 2020 00:05:32 +0200 Subject: [PATCH] remove unwanted char --- vrtnu/vrtnu/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrtnu/vrtnu/ContentView.swift b/vrtnu/vrtnu/ContentView.swift index 5551289..67510e2 100644 --- a/vrtnu/vrtnu/ContentView.swift +++ b/vrtnu/vrtnu/ContentView.swift @@ -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)){