Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Oct 9, 2024
1 parent feef2b2 commit 1e71dee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ <h4>{{ customerDetail.name }}</h4>
</small>
</li>

<li class="list-group-item list-group-item-dark" *ngIf="customerDetail.guardian.name">
<li
class="list-group-item list-group-item-dark"
*ngIf="customerDetail.guardian.name"
>
<small>
<div class="text-center">
<h5 i18n="@@customerDetailCardGuardian">Guardian</h5>
Expand Down

0 comments on commit 1e71dee

Please sign in to comment.