Skip to content

Commit

Permalink
Merge pull request bcgov#2071 from TimaQT/features/timaqt/EMBCESSMOD-…
Browse files Browse the repository at this point in the history
…5179

EMBCESSMOD-5179 - The bold formatting removal from Payee Full Name
  • Loading branch information
ytqsl authored Apr 22, 2024
2 parents bbd04e7 + 4580772 commit b0f2c76
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 b0f2c76

Please sign in to comment.