diff GeoQuiz/ProfileModalView.swift @ 22:56add5561261

add mock data creation
author Dennis C. M. <dennis@denniscm.com>
date Wed, 26 Oct 2022 08:20:19 +0200
parents b145c408f791
children 02dcebb8cc4a
line wrap: on
line diff
--- a/GeoQuiz/ProfileModalView.swift	Tue Oct 25 15:30:01 2022 +0200
+++ b/GeoQuiz/ProfileModalView.swift	Wed Oct 26 08:20:19 2022 +0200
@@ -80,7 +80,7 @@
             
             #if DEBUG
             .onAppear {
-                
+                PersistenceController.createMockData(playedGames, moc)
             }
             #endif
         }