Skip to content

Commit 5eadbe2

Browse files
committed
[DSC-648] move statistics to public menu
1 parent c14ade8 commit 5eadbe2

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
@@ -205,7 +205,7 @@ export class MenuResolver implements Resolve<boolean> {
205205
});
206206
}
207207
}
208-
menuList.forEach((menuSection) => this.menuService.addSection(MenuID.ADMIN, Object.assign(menuSection, {
208+
menuList.forEach((menuSection) => this.menuService.addSection(MenuID.PUBLIC, Object.assign(menuSection, {
209209
shouldPersistOnRouteChange: true
210210
})));
211211
});

0 commit comments

Comments
 (0)