remove regression on event duration

This commit is contained in:
Sam Detweiler 2020-09-29 10:33:51 -05:00
parent 76821d16fc
commit 74887a58f6

View File

@ -240,7 +240,6 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
const dateKey = date.toISOString().substring(0, 10);
let curEvent = event;
let showRecurrence = true;
let duration = 0;
startDate = moment(date);