Skip to content

Commit

Permalink
Merge pull request #19 from jianyiee96/demo-quick-fix
Browse files Browse the repository at this point in the history
abesent comment
  • Loading branch information
jianyiee96 authored Oct 25, 2020
2 parents a9ac976 + 2bfeff6 commit c4a4fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h4><i class="pi pi-pencil"></i> Booking Comment</h4>
<p>{{selectedBooking.bookingComment}}</p>
</ng-container>
<ng-container *ngIf="selectedBooking.cancellationComment !== undefined &&
(selectedBooking.bookingStatusEnum.toString() === 'CANCELLED' || selectedBooking.bookingStatusEnum.toString() === 'CANCELLED')">
(selectedBooking.bookingStatusEnum.toString() === 'CANCELLED' || selectedBooking.bookingStatusEnum.toString() === 'ABSENT')">
<h4><i class="pi pi-calendar-times"></i> Cancellation Reason</h4>
<p>{{selectedBooking.cancellationComment}}</p>
</ng-container>
Expand Down

0 comments on commit c4a4fb0

Please sign in to comment.