Stay on reason screen

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 17:10:54 -07:00
commit 3e7b89bcad
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 28 additions and 8 deletions

View file

@ -58,6 +58,7 @@ function App() {
hasAnswered,
lastPointsEarned,
nextQuestion,
showScoreboard,
currentCorrectShape,
selectedOption,
currentPlayerScore,
@ -158,6 +159,7 @@ function App() {
correctOption={correctOpt}
selectedOption={selectedOption}
role={role}
onNext={showScoreboard}
/>
) : null}