Show host and early stop

This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 20:26:22 -07:00
commit eee3e7e47b
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 34 additions and 6 deletions

View file

@ -182,6 +182,7 @@ function App() {
onStart={startGame}
onEndGame={role === 'HOST' ? endGame : undefined}
currentPlayerId={currentPlayerId}
hostParticipates={gameConfig.hostParticipates}
/>
{auth.isAuthenticated && pendingQuizToSave && (
<SaveQuizPrompt