fix: removing return null from hero-panel

This commit is contained in:
Hydra 2024-05-13 02:43:48 +01:00
parent 601bb27a02
commit 2475d48bc4
No known key found for this signature in database

View file

@ -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>;
}