diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue index 1beae1b90..34dde245b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue @@ -18,7 +18,7 @@ {{ trans(ACCOMPANYING_COURSE_WORK_START_DATE) }} : - {{ formatDate(eval.startDate) }} + {{ formatDate(eval.startDate) }}
  • @@ -26,7 +26,7 @@ {{ trans(ACCOMPANYING_COURSE_WORK_END_DATE) }} : - {{ formatDate(eval.endDate) }} + {{ formatDate(eval.endDate) }}