From a387d1649bf1f776d541ef966e624308719a5b17 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 3 Jan 2022 10:15:30 +0100 Subject: [PATCH] yarn lint --fix --- admin/src/pages/Creation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/pages/Creation.vue b/admin/src/pages/Creation.vue index cdcc03c9d..7643ff771 100644 --- a/admin/src/pages/Creation.vue +++ b/admin/src/pages/Creation.vue @@ -62,7 +62,7 @@ export default { { key: 'bookmark', label: 'bookmark' }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, - { + { key: 'creation', label: this.$t('open_creation'), formatter: (value, key, item) => { @@ -93,7 +93,7 @@ export default { { key: 'email', label: this.$t('e_mail') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, - { + { key: 'creation', label: this.$t('open_creation'), formatter: (value, key, item) => {