const data = upcomingWork.map(u => ({ id: u.id, title: u.title, start: Moment(u.created_at.format('yyyy mm dd hh m')), end: u.created_at, }));