mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
Merge branch 'main' into main
This commit is contained in:
commit
66456d858d
@ -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} />;
|
return <HeroPanelPlaytime game={game} isGamePlaying={isGamePlaying} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user