helioguardabaxo 4 лет назад
Родитель
Сommit
e9b9af4616
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      client/components/activities/activities.js

+ 1 - 2
client/components/activities/activities.js

@@ -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() {