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