Skip to content

Commit

Permalink
hide reporting section; fix #SNRGY-3134
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Feb 23, 2024
1 parent 6ad950a commit 1bb17fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/components/sidenav/shared/sidenav.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class SidenavService implements OnDestroy {
this.setupMetadataSection(),
this.setupSmartServiceSection(),
this.setupCostSection(),
this.setupReportsSection()
//this.setupReportsSection() Reporting is under development
];

if(this.dashboardService.userHasReadDashboardAuthorization()) {
Expand Down

0 comments on commit 1bb17fa

Please sign in to comment.