Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sainingo committed Jul 17, 2024
1 parent 7c0c56f commit 654d091
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,7 @@ <h4 class="modal-title pull-left">Add Membership</h4>
<div class="alert alert-danger" *ngIf="enrollmentErrorMessage">
{{ enrollmentErrorMessage }}
</div>
<div
class="alert alert-info"
*ngIf="showEnrollmentButton"
>
<div class="alert alert-info" *ngIf="showEnrollmentButton">
<button
class="btn btn-xs btn-primary pull-right"
(click)="enrollPatienttoProgram()"
Expand Down

0 comments on commit 654d091

Please sign in to comment.