Loading src/app/review/notebooks/notebooks.component.html +1 −5 Original line number Diff line number Diff line Loading @@ -14,11 +14,7 @@ The notebook for student {{submission?.user?.name}} and course {{submission?.course?.codename}} is empty. </div> </div> <div *ngIf="notebook != null"> <pre> {{notebook[submission?.user?.uco.toString()]}} </pre> </div> <div *ngIf="notebook != null"><pre>{{notebook[submission?.user?.uco.toString()]}}</pre></div> </div> </div> </div> Loading Loading
src/app/review/notebooks/notebooks.component.html +1 −5 Original line number Diff line number Diff line Loading @@ -14,11 +14,7 @@ The notebook for student {{submission?.user?.name}} and course {{submission?.course?.codename}} is empty. </div> </div> <div *ngIf="notebook != null"> <pre> {{notebook[submission?.user?.uco.toString()]}} </pre> </div> <div *ngIf="notebook != null"><pre>{{notebook[submission?.user?.uco.toString()]}}</pre></div> </div> </div> </div> Loading