Merge branch 'main' into main

This commit is contained in:
turnpoint 2024-05-12 19:11:21 +02:00 committed by GitHub
commit 66456d858d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ export function HeroPanel({
);
}
if (game && GameStatusHelper.isReady(game?.status ?? null)) {
if (game && GameStatusHelper.isReady(game?.status ?? GameStatus.Finished)) {
return <HeroPanelPlaytime game={game} isGamePlaying={isGamePlaying} />;
}