Skip to content

Commit

Permalink
FIX: should be end class
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Apr 29, 2020
1 parent 8e30287 commit 6d6fd96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ function _decorateEventPreview(api, cooked) {

let datesString = `<span class='start'>${startsAt.format(format)}</span>`;
if (endsAtValue) {
datesString += ` → <span class='start'>${moment
datesString += ` → <span class='end'>${moment
.utc(endsAtValue)
.tz(moment.tz.guess())
.format(format)}</span>`;
Expand Down

0 comments on commit 6d6fd96

Please sign in to comment.