File tree Expand file tree Collapse file tree
prime-angular-frontend/src/app/modules/enrolment/shared/components/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff 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} )
4343export 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 [
You can’t perform that action at this time.
0 commit comments