Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 9f73749

Browse files
Merge pull request #570 from ctrimm/bug/agency-name
Updated help-wanted-card.template.html to show agency_id next to agency logo
2 parents f294849 + dc8e71e commit 9f73749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/help-wanted/card/help-wanted-card.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<div class="agency-details">
3636
<img alt="" [src]="item.image" *ngIf="item.image"/>
3737
<span
38-
*ngIf="item?.agency?.name"
38+
*ngIf="item?.agency_id"
3939
class="help-wanted-agency-name"
40-
>{{item?.agency?.name}}</span>
40+
>{{item?.agency_id}}</span>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)