diff GeoQuiz/GuessTheCapitalView.swift @ 4:de54f05adb78

add prototype game stats
author Dennis C. M. <dennis@denniscm.com>
date Thu, 22 Sep 2022 11:38:42 +0200
parents 4dbe0cd9dadc
children 1946bbfde4af
line wrap: on
line diff
--- a/GeoQuiz/GuessTheCapitalView.swift	Thu Sep 22 10:42:39 2022 +0200
+++ b/GeoQuiz/GuessTheCapitalView.swift	Thu Sep 22 11:38:42 2022 +0200
@@ -72,7 +72,7 @@
         .navigationBarHidden(true)
         
 //        .sheet(isPresented: $game.showingBuyLivesView) {
-//            BuyLivesModal()
+//            BuyLivesModalView()
 //        }
 //
 //        .alert(game.alertTitle, isPresented: $game.showingNoLivesAlert) {