add analytics
This commit is contained in:
@@ -146,7 +146,7 @@ function GameBaseContent({
|
||||
currentPhase={currentPhase}
|
||||
gameConfig={gameConfig}
|
||||
onChangePhase={(fase) => {
|
||||
setCurrentPhase(fase);
|
||||
setCurrentPhase(fase, "manual_selector");
|
||||
setModalFasesAberto(false);
|
||||
}}
|
||||
onResetProgress={handleResetProgresso}
|
||||
|
||||
Reference in New Issue
Block a user