mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: unsetting game details when switching pages
This commit is contained in:
parent
016c511cec
commit
863f85f45d
2 changed files with 1 additions and 0 deletions
BIN
hydra.db
BIN
hydra.db
Binary file not shown.
|
@ -92,6 +92,7 @@ export function GameDetails() {
|
|||
}, [getGame, gameDownloading?.id]);
|
||||
|
||||
useEffect(() => {
|
||||
setGameDetails(null);
|
||||
setGame(null);
|
||||
setIsLoading(true);
|
||||
setIsGamePlaying(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue