mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Remove unused state in GameView
This commit is contained in:
@@ -9,7 +9,6 @@ export default function GameView() {
|
|||||||
const {gameId} = useParams();
|
const {gameId} = useParams();
|
||||||
|
|
||||||
const [game, setGame] = useState<GameDto>();
|
const [game, setGame] = useState<GameDto>();
|
||||||
const [selectedDownloadOption, setSelectedDownloadOption] = useState<string | null>(null);
|
|
||||||
|
|
||||||
const downloadOptions: Record<string, ComboButtonOption> = {
|
const downloadOptions: Record<string, ComboButtonOption> = {
|
||||||
browser: {
|
browser: {
|
||||||
|
|||||||
Reference in New Issue
Block a user