Enhance member display in GamePickerCard and remove redundancy

Added functionality to display members in GamePickerCard, replacing the previously redundant implementation in NewGameModal. This change centralizes member display logic, reducing code duplication and improving maintainability.
This commit is contained in:
2026-02-06 14:53:11 +01:00
parent 85805531c2
commit d4e629b211
3 changed files with 33 additions and 42 deletions

View File

@@ -514,6 +514,7 @@ export default function App() {
gameId={gameId}
setGameId={setGameId}
onOpenHelp={() => setHelpOpen(true)}
members={members}
/>
{/* Sieger Badge: zwischen Spiel und Verdächtigte Person */}