Skip to content

Commit 761b13d

Browse files
committed
Merge branch 'develop' of https://github.com/bcgov/moh-prime into develop
2 parents 1e0d5f9 + 2152e9e commit 761b13d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

prime-angular-frontend/src/app/modules/enrolment/shared/components/dashboard/dashboardv1.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ interface DashboardNavSectionItemV1 {
3535
}
3636

3737
@Component({
38-
selector: 'app-dashboardv1',
39-
templateUrl: './dashboardv1.component.html',
40-
styleUrls: ['./dashboardv1.component.scss'],
41-
standalone: false
38+
selector: 'app-dashboardv1',
39+
templateUrl: './dashboardv1.component.html',
40+
styleUrls: ['./dashboardv1.component.scss'],
41+
standalone: false
4242
})
4343
export class DashboardV1Component implements OnInit {
4444
@ViewChild('sidenav') public sideNav: MatSidenav;
@@ -236,7 +236,7 @@ export class DashboardV1Component implements OnInit {
236236
? 'lock'
237237
: 'history',
238238
route: EnrolmentRoutes.ACCESS_TERMS,
239-
showItem: true,
239+
showItem: false,
240240
disabled: (
241241
!hasAcceptedAtLeastOneToa ||
242242
[

0 commit comments

Comments
 (0)