From 77d0155b661e813a85a7312ed809fc7e5a9f7440 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 4 Feb 2021 23:46:55 +0100 Subject: Release 1.1.0 --- Map/Views/DefaultMapView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Views/DefaultMapView.swift') diff --git a/Map/Views/DefaultMapView.swift b/Map/Views/DefaultMapView.swift index 66914f1..1f624d2 100644 --- a/Map/Views/DefaultMapView.swift +++ b/Map/Views/DefaultMapView.swift @@ -17,7 +17,7 @@ struct DefaultMapView: View { struct DefaultMapView_Previews: PreviewProvider { static var previews: some View { - MapDetailView(map: Map()).environment( + DefaultMapView().environment( \.managedObjectContext, PersistenceController.preview.container.viewContext) } } -- cgit