fix: disable noisy lint rules, exclude .venv-i18n, 0 errors 0 warnings
This commit is contained in:
@@ -331,7 +331,7 @@ export function HomeClient({ initialNotes, initialSettings }: HomeClientProps) {
|
||||
})
|
||||
setPinnedNotes(filtered.filter(n => n.isPinned))
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
|
||||
}, [searchParams, refreshKey])
|
||||
|
||||
const currentNotebook = notebooks.find((n: any) => n.id === searchParams.get('notebook'))
|
||||
|
||||
Reference in New Issue
Block a user