Skip to content

Commit

Permalink
mylife: smoother myhealth emergency contact (fixes #8034) (#8049)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
jessewashburn and dogi authored Jan 7, 2025
1 parent d5aee9f commit ad12614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.40",
"version": "0.16.41",
"myplanet": {
"latest": "v0.21.74",
"min": "v0.20.74"
Expand Down
2 changes: 1 addition & 1 deletion src/app/health/health.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h4 class="primary-text-color" i18n>Birthplace</h4>
</div>
<mat-divider></mat-divider>
</div>
<div>
<div class="full-width">
<div>
<h4 class="primary-text-color" i18n>Emergency Contact</h4>
<p><b i18n>Name: </b>{{healthDetail?.emergencyContactName || 'N/A'}}</p>
Expand Down

0 comments on commit ad12614

Please sign in to comment.