♻️ refactor: Update dependencies and improve code consistency across multiple files

This commit is contained in:
web
2025-08-27 08:03:03 -07:00
parent 973c06f0fa
commit e37ae49960
13 changed files with 63 additions and 61 deletions
@@ -27,6 +27,7 @@ export default function Certification({ platform, children }: CertificationProps
.catch((error) => {
router.replace('/auth');
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [pathname]);
return children;