Skip to content

Commit

Permalink
EMBCESSMOD-5179 - The bold formatting removal from Payee Full Name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimA authored and TimA committed Apr 22, 2024
1 parent 0aab7a8 commit 4580772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
class="col-md-5"
*ngIf="element.subCategory === 'Lodging_Allowance'"
>
<b>{{ element?.issuedToPersonName }}</b>
<p>{{ element?.issuedToPersonName }}</p>
<p>{{ getShelterAllowanceReferral(element)?.contactEmail }}</p>
<p>{{ getShelterAllowanceReferral(element)?.contactPhone }}</p>
</div>
Expand Down

0 comments on commit 4580772

Please sign in to comment.