Remove unused state in GameView

This commit is contained in:
grimsi
2025-05-12 19:45:27 +02:00
parent 7725179fe3
commit 03cff14719
@@ -9,7 +9,6 @@ export default function GameView() {
const {gameId} = useParams();
const [game, setGame] = useState<GameDto>();
const [selectedDownloadOption, setSelectedDownloadOption] = useState<string | null>(null);
const downloadOptions: Record<string, ComboButtonOption> = {
browser: {