Stay on reason screen
This commit is contained in:
parent
a7e37024f5
commit
3e7b89bcad
3 changed files with 28 additions and 8 deletions
2
App.tsx
2
App.tsx
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue