Skip to content

Commit 745c428

Browse files
fix: Use event end time in cell-event-date (#5890)
1 parent a78dd3c commit 745c428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/ui-table/cell/cell-event-date.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66
(to)
77
<div>
8-
{{general-date this.record 'date-time-tz-short' tz=this.extraRecords.timezone}}
8+
{{general-date this.extraRecords.endsAt 'date-time-tz-short' tz=this.extraRecords.timezone}}
99
</div>
1010
{{else}}
1111
<span>

0 commit comments

Comments
 (0)