fix most lint warnings

This commit is contained in:
m5r
2021-08-30 07:13:06 +08:00
parent e9fb2602ae
commit 87e3fc77d8
6 changed files with 7 additions and 4 deletions

View File

@ -17,5 +17,6 @@ export const usePanelbear = (siteId?: string, config: PanelbearConfig = {}) => {
router.events.on("routeChangeComplete", handleRouteChange);
return () => router.events.off("routeChangeComplete", handleRouteChange);
// eslint-disable-next-line
}, [siteId]);
};