From 03cff147196ef04f4ee97b45b8671ed17e5664a8 Mon Sep 17 00:00:00 2001 From: grimsi <9295182+grimsi@users.noreply.github.com> Date: Mon, 12 May 2025 19:45:27 +0200 Subject: [PATCH] Remove unused state in GameView --- gameyfin/src/main/frontend/views/GameView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/gameyfin/src/main/frontend/views/GameView.tsx b/gameyfin/src/main/frontend/views/GameView.tsx index 585ff78..05c4328 100644 --- a/gameyfin/src/main/frontend/views/GameView.tsx +++ b/gameyfin/src/main/frontend/views/GameView.tsx @@ -9,7 +9,6 @@ export default function GameView() { const {gameId} = useParams(); const [game, setGame] = useState(); - const [selectedDownloadOption, setSelectedDownloadOption] = useState(null); const downloadOptions: Record = { browser: {