Skip to content

Commit 2c5e8ea

Browse files
committed
fix: add warning
1 parent de17450 commit 2c5e8ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angular-hub/src/app/components/cards/event-card.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { TagComponent } from '../tag.component';
2929
</div>
3030
<div class="flex-1">
3131
<span class="font-bold text-primary" itemprop="date">
32+
<!-- todo add date pipe to avoid 2024-09-3 -->
3233
{{ event().date }}
3334
{{ event().endDate ? '- ' + event().endDate : '' }}
3435
</span>

0 commit comments

Comments
 (0)