Fixed end date return

This commit is contained in:
helioguardabaxo 2020-11-27 20:02:49 -03:00
parent cfe500794c
commit e9b9af4616

View file

@ -102,8 +102,7 @@ BlazeComponent.extendComponent({
endDate() {
const endDate = this.currentData().activity.card();
if (!endDate) return null;
// return endDate.getEnd();
return endDate.getEnd().format('YYYY-MM-DD HH:mm');
return endDate.endAt;
},
lastLabel() {