From 355d38c0a2770db2b813c6e4cb206eddda3aeab2 Mon Sep 17 00:00:00 2001 From: Moyasee Date: Thu, 25 Sep 2025 14:53:34 +0300 Subject: [PATCH] fix: lint failing fix because of custom type --- .../game-details/hero/hero-panel-actions.tsx | 2 +- .../game-details/hero/hero-panel-playtime.tsx | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/renderer/src/pages/game-details/hero/hero-panel-actions.tsx b/src/renderer/src/pages/game-details/hero/hero-panel-actions.tsx index 848ff666..bdc8cf83 100644 --- a/src/renderer/src/pages/game-details/hero/hero-panel-actions.tsx +++ b/src/renderer/src/pages/game-details/hero/hero-panel-actions.tsx @@ -229,7 +229,7 @@ export function HeroPanelActions() { {game.favorite ? : } - {userDetails && shop !== "custom" && ( + {userDetails && (