Skip to content

Commit

Permalink
fix: removing return null from hero-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed May 13, 2024
1 parent 601bb27 commit 2475d48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/src/pages/game-details/hero/hero-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
}
Expand Down

0 comments on commit 2475d48

Please sign in to comment.