Refactor BlocklistsPage into section components and fix frontend lint issues

This commit is contained in:
2026-03-22 14:08:20 +01:00
parent 99fbddb0e7
commit a1f97bd78f
8 changed files with 766 additions and 899 deletions

View File

@@ -55,7 +55,7 @@ export function useConfigItem<T, U>(
useEffect(() => {
refresh();
return () => {
return (): void => {
abortRef.current?.abort();
};
}, [refresh]);