mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
model fix
This commit is contained in:
@ -91,7 +91,7 @@ export default function TopNavigation() {
|
|||||||
setUser(j);
|
setUser(j);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, [session, user]);
|
}, [session]);
|
||||||
|
|
||||||
navigation.forEach((element) => {
|
navigation.forEach((element) => {
|
||||||
element.current = router.route.endsWith("/" + element.href.split("/")[1]);
|
element.current = router.route.endsWith("/" + element.href.split("/")[1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user