mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: removing return null from hero-panel
This commit is contained in:
parent
601bb27a02
commit
2475d48bc4
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ export function HeroPanel({
|
|||
}, [game, isGameDownloading, gameDownloading]);
|
||||
|
||||
const getInfo = () => {
|
||||
if (!repacks.length) return null;
|
||||
|
||||
if (isGameDeleting(game?.id ?? -1)) {
|
||||
return <p>{t("deleting")}</p>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue