Skip to content

Commit

Permalink
Fix Event call errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Mar 31, 2020
1 parent 27a7aa0 commit d3bfae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class EventsPage extends Component<any, IEventsState> {
event.event.event_instances[0].event_instance.start
).calendar();
} else {
`${moment(event.event.first_date).format("MMMM Do")} - ${moment(
return `${moment(event.event.first_date).format("MMMM Do")} - ${moment(
event.event.last_date
).format("MMMM Do")}`;
}
Expand Down

0 comments on commit d3bfae5

Please sign in to comment.