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