Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuto131 committed Nov 13, 2020
1 parent 30f3e5d commit 66c2748
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h4>{{indivCase.scheduledStartDate | date:'HH:mm' }} -
(onPageChange)="paginateUpcoming($event)"></p-paginator>
</ng-container>
</p-tabPanel>
<p-tabPanel header="Unscheduled">
<!-- <p-tabPanel header="Unscheduled">
<ng-container *ngIf="waitingMedicalBoardCaseWrappers.length === 0">
<p-messages severity="warn">
<ng-template pTemplate>
Expand All @@ -108,7 +108,7 @@ <h4>{{indivCase.chairman}}</h4>
<p-paginator [rows]="5" [totalRecords]="upcomingMedicalBoardCaseWrappers.length"
(onPageChange)="paginateUpcoming($event)"></p-paginator>
</ng-container>
</p-tabPanel>
</p-tabPanel> -->
<p-tabPanel header="Completed">
<ng-container *ngIf="completedMedicalBoardCaseWrappers.length === 0">
<p-messages severity="warn">
Expand Down

0 comments on commit 66c2748

Please sign in to comment.