diff --git a/webapp/components/InputCheckbox/InputCheckbox.vue b/webapp/components/InputCheckbox/InputCheckbox.vue index eb8877d9c..04177d233 100644 --- a/webapp/components/InputCheckbox/InputCheckbox.vue +++ b/webapp/components/InputCheckbox/InputCheckbox.vue @@ -1,10 +1,6 @@ @@ -43,4 +39,4 @@ export default { }, }, } - \ No newline at end of file + diff --git a/webapp/pages/post/_id/_slug/index.vue b/webapp/pages/post/_id/_slug/index.vue index 44bdfe1eb..4e6476220 100644 --- a/webapp/pages/post/_id/_slug/index.vue +++ b/webapp/pages/post/_id/_slug/index.vue @@ -244,7 +244,10 @@ export default { const { slug, id } = this.$route.params return [ { - name: this.post?.postType[0] === 'Event' ? this.$t('post.viewEvent.title') : this.$t('post.viewPost.title'), + name: + this.post?.postType[0] === 'Event' + ? this.$t('post.viewEvent.title') + : this.$t('post.viewPost.title'), path: `/post/${id}/${slug}`, children: [ {