Skip to content

Commit c7b65a3

Browse files
committed
feat: #528 introducing responsive menu
1 parent 3e98107 commit c7b65a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/components/sidebar/sidebar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class SidebarComponent implements OnInit {
3636
$('#wrapper').toggleClass('toggled');
3737
});
3838
}
39-
39+
4040
getSidebarItems() {
4141
if (this.azureAdB2CService.isAdmin()) {
4242
this.itemsSidebar = [

0 commit comments

Comments
 (0)