Skip to content

Commit 3f6be49

Browse files
authored
Merge pull request #791 from bcgov/last-action-date-fix
FIX: LastActionDate on Listings Table page
2 parents 3220cd5 + de04ba7 commit 3f6be49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/features/components/listings-table/listings-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h2 class="title">Listings</h2>
213213
{{ row.lastActionNm || '-'}}
214214
</td>
215215
<td>
216-
{{ row.lastActionDtm? '-': row.lastActionDtm |date }}
216+
{{ row.lastActionDtm? (row.lastActionDtm |date) : '-' }}
217217
</td>
218218
</tr>
219219
</ng-template>

0 commit comments

Comments
 (0)