# HG changeset patch # User Thomas Junk # Date 1551974743 -3600 # Node ID c61339e676e08faedbc5bc98aa5ec87983c7d24b # Parent a542045f28a67ee2aae6b5868f8a3882461ca2e8 fix build diff -r a542045f28a6 -r c61339e676e0 client/src/components/importoverview/ImportOverviewAlt.vue --- a/client/src/components/importoverview/ImportOverviewAlt.vue Thu Mar 07 16:54:29 2019 +0100 +++ b/client/src/components/importoverview/ImportOverviewAlt.vue Thu Mar 07 17:05:43 2019 +0100 @@ -43,10 +43,10 @@ {{ entry.kind.toUpperCase() }}
- {{ formatSurveyDate(entry.summary.date) }} + {{ entry.summary.date | surverDate }}
- {{ formatSurveyDate(entry.enqueued.split("T")[0]) }} + {{ entry.enqueued.split("T")[0] | surveyDate }}
{{ entry.user }}
@@ -251,7 +251,6 @@