mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 01:49:40 +05:00
chore: disable some linting errors
This commit is contained in:
parent
ff3753a951
commit
e441f3ffb7
3 changed files with 22 additions and 15 deletions
|
@ -23,6 +23,7 @@ export function IndexPage() {
|
|||
if (preferenceStore.params.skipToCategory.enabled) {
|
||||
router.push(`/home/${preferenceStore.params.skipToCategory.homeCategory}`);
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
@ -50,6 +51,7 @@ export function IndexPage() {
|
|||
if (!preferenceStore.params.skipToCategory.enabled) {
|
||||
_loadReleases();
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [token]);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue