File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ export class FooterComponent implements OnInit {
6969 const canAccess =
7070 this . currentUnitRole . role === 'Convenor' ||
7171 this . currentUnitRole . role === 'Admin' ||
72- ( tutor . mentor && tutor . mentor . id === this . currentUnitRole . id ) ||
73- tutor . id === this . currentUnitRole . id ;
72+ ( tutor . mentor && tutor . mentor . id === this . currentUnitRole . id ) ;
7473
7574 return canAccess ;
7675 }
Original file line number Diff line number Diff line change 137137 > Discussion
138138 </ button >
139139 < button (click) ="openTutorNotes() " mat-menu-item >
140- < mat-icon aria-label ="Tutor Notes icon " fontIcon ="local_library "> </ mat-icon > Tutor Notes
140+ < mat-icon aria-label ="Tutor Notes icon " fontIcon ="local_library "> </ mat-icon > My Tutor Notes
141141 </ button >
142142 < mat-divider > </ mat-divider >
143143 <!-- <p class="task-dropdown-heading">Students</p> -->
You can’t perform that action at this time.
0 commit comments