Skip to content
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ interface DashboardNavSectionItemV1 {
}

@Component({
selector: 'app-dashboardv1',
templateUrl: './dashboardv1.component.html',
styleUrls: ['./dashboardv1.component.scss'],
standalone: false
selector: 'app-dashboardv1',
templateUrl: './dashboardv1.component.html',
styleUrls: ['./dashboardv1.component.scss'],
standalone: false
})
export class DashboardV1Component implements OnInit {
@ViewChild('sidenav') public sideNav: MatSidenav;
Expand Down Expand Up @@ -236,7 +236,7 @@ export class DashboardV1Component implements OnInit {
? 'lock'
: 'history',
route: EnrolmentRoutes.ACCESS_TERMS,
showItem: true,
showItem: false,
disabled: (
!hasAcceptedAtLeastOneToa ||
[
Expand Down
Loading