Skip to content

Commit

Permalink
Fix Displayed Age. (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
OhHeyAlan authored Jul 30, 2023
1 parent 72062f3 commit 80e0998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="col-xs-4 col-sm-2 col-lg-1 text-right text-muted">DOB:</div>
<div class="col-xs-8 col-sm-5 col-lg-3 text-left p-0">{{getPatientDOB()}}</div>
<div class="col-xs-4 col-sm-2 col-lg-1 text-right text-muted">Age:</div>
<div class="col-xs-8 col-sm-3 col-lg-3 text-left p-0">{{getPatientAge()} years</div>
<div class="col-xs-8 col-sm-3 col-lg-3 text-left p-0">{{getPatientAge()}} Years Old</div>
<div class="col-xs-4 col-sm-2 col-lg-1 text-right text-muted">Email</div>
<div class="col-xs-8 col-sm-5 col-lg-3 text-left p-0">{{getPatientEmail()}}</div>
<div class="col-xs-4 col-sm-2 col-lg-1 text-right text-muted">Phone:</div>
Expand Down

0 comments on commit 80e0998

Please # to comment.