mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Remove unused state in GameView
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user