aboutsummaryrefslogtreecommitdiff
path: root/Map/Views/DefaultMapView.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-02-04 23:46:55 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-02-04 23:46:55 +0100
commit77d0155b661e813a85a7312ed809fc7e5a9f7440 (patch)
treee9b99a94e9b5937c70d9d768d56e8092686f01aa /Map/Views/DefaultMapView.swift
parent491463f421c86d3a7a5482108b818aa5b5e441ea (diff)
Release 1.1.01.1.0
Diffstat (limited to 'Map/Views/DefaultMapView.swift')
-rw-r--r--Map/Views/DefaultMapView.swift2
1 files changed, 1 insertions, 1 deletions
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)
}
}