Skip to content

Commit

Permalink
Remove feature flag from PRP. (#635)
Browse files Browse the repository at this point in the history
Remove feature flag from PRP.
  • Loading branch information
kakarlavinodkumar authored Nov 22, 2024
1 parent 6e9fd63 commit 73c0a89
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ export class AccessStateBuilder {
],
),
...ArrayUtils.insertResultIf<IAccessSection>(
// TODO remove permissions when ready for production
this.insertSection('providerReportingPortal', profileStatus) &&
this.permissionsService.hasRole([Role.FEATURE_PIDP_DEMO]),
this.insertSection('providerReportingPortal', profileStatus),
() => [new ProviderReportingPortalSection(profileStatus, this.router)],
),
...ArrayUtils.insertResultIf<IAccessSection>(
Expand Down

0 comments on commit 73c0a89

Please sign in to comment.