Fix type error

pull/1/head
yflory 2021-07-23 10:18:42 +02:00
parent 511ec211c1
commit 6c720ce9d1
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ define([
_date = new Date(data);
data = Flatpickr.formatDate(_date, timeFormat);
}
var day = allDays[_date.getDay()];
var day = _date && allDays[_date.getDay()];
return h('div.cp-poll-cell.cp-form-poll-option', {
title: Util.fixHTML(data)
}, [