Skip to content

Commit

Permalink
fix: add verification on date
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoblanc committed Jan 7, 2024
1 parent e3a05d3 commit ec9acd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ion-avatar>
<ion-label>{{mixedContent.metaMedia.title}}</ion-label>
</ion-chip>
<ion-chip>
<ion-chip *ngIf="mixedContent.publishedAt">
<ion-label>{{mixedContent.publishedAt | date}}</ion-label>
</ion-chip>
</div>

0 comments on commit ec9acd5

Please sign in to comment.