Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kantush committed Oct 6, 2023
1 parent 0e83192 commit 7a17909
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,16 @@ <h3 *ngIf="confirmingCancelVisit || confirmingEndVisit">
(onEncounterEdit)="onEncounterSelected($event)"
></encounter-list>
<div *ngIf="visitWithNoEncounters">Patient yet to see provider</div>
<!-- <div
<div
class="alert alert-danger"
*ngIf="qualifiesForCovidScreening"
style="margin-top: 10px"
>
<strong
>To access clinical forms kindly fill Covid 19 Assessment Form</strong
>
</div>
<div
class="alert alert-danger"
*ngIf="isViremicHighVL"
style="margin-top: 10px"
Expand All @@ -175,7 +184,6 @@ <h3 *ngIf="confirmingCancelVisit || confirmingEndVisit">
initial visit!</strong
>
</div>
</div>
</div>
</div>
<span style="padding: 10px"></span>
Expand Down

0 comments on commit 7a17909

Please sign in to comment.