Fix : Menu shouldn't be displayed on logged out pages (#11437)
#11414 Conditionally render MobileNavigationBar based on user authentication status - Added useIsLogged hook to check if the user is authenticated. - Updated MobileNavigationBar component to render only when the user is logged in.  --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
"moduleFolderRule": {
|
||||
"name": "{kebab-case}",
|
||||
"folderRecursionLimit": 6,
|
||||
"folderRecursionLimit": 4,
|
||||
"children": [
|
||||
{ "ruleId": "moduleFolderRule" },
|
||||
{ "name": "hooks", "ruleId": "hooksLeafFolderRule" },
|
||||
|
||||
Reference in New Issue
Block a user