mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
lint
This commit is contained in:
parent
2df57b071d
commit
3efb1425b9
@ -26,8 +26,13 @@ export function GameOptionsModal({
|
|||||||
|
|
||||||
const { showSuccessToast, showErrorToast } = useToast();
|
const { showSuccessToast, showErrorToast } = useToast();
|
||||||
|
|
||||||
const { updateGame, setShowRepacksModal, repacks, selectGameExecutable, achievements } =
|
const {
|
||||||
useContext(gameDetailsContext);
|
updateGame,
|
||||||
|
setShowRepacksModal,
|
||||||
|
repacks,
|
||||||
|
selectGameExecutable,
|
||||||
|
achievements,
|
||||||
|
} = useContext(gameDetailsContext);
|
||||||
|
|
||||||
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
||||||
const [showRemoveGameModal, setShowRemoveGameModal] = useState(false);
|
const [showRemoveGameModal, setShowRemoveGameModal] = useState(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user