Show host and early stop
This commit is contained in:
parent
1d8c08a680
commit
eee3e7e47b
3 changed files with 34 additions and 6 deletions
1
App.tsx
1
App.tsx
|
|
@ -182,6 +182,7 @@ function App() {
|
|||
onStart={startGame}
|
||||
onEndGame={role === 'HOST' ? endGame : undefined}
|
||||
currentPlayerId={currentPlayerId}
|
||||
hostParticipates={gameConfig.hostParticipates}
|
||||
/>
|
||||
{auth.isAuthenticated && pendingQuizToSave && (
|
||||
<SaveQuizPrompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue