Skip to content

Commit 19eb92c

Browse files
[DSC-1328] Fixes communities & collections admin menu
1 parent 8c54361 commit 19eb92c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/menu.resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ export class MenuResolver implements Resolve<boolean> {
663663
{
664664
id: 'browse_global_communities_and_collections',
665665
active: false,
666-
visible: !environment.layout.navbar.showCommunityCollection,
666+
visible: Boolean(environment.layout.navbar.showCommunityCollection),
667667
model: {
668668
type: MenuItemType.LINK,
669669
text: `menu.section.communities_and_collections`,

0 commit comments

Comments
 (0)