From 79b848b3a0fec77ead62d91428a912f6b3e6d236 Mon Sep 17 00:00:00 2001 From: Thomas Haaf Date: Tue, 9 May 2023 11:56:49 +0200 Subject: [PATCH] prevent console warning if post has no tags --- client/src/components/PostPreview.vue | 2 +- client/src/views/PostView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/PostPreview.vue b/client/src/components/PostPreview.vue index f2bd725..d5d9ce0 100644 --- a/client/src/components/PostPreview.vue +++ b/client/src/components/PostPreview.vue @@ -36,7 +36,7 @@ {{ post.updatedBy.fullName }} - +
diff --git a/client/src/views/PostView.vue b/client/src/views/PostView.vue index efc508a..6a0e19a 100644 --- a/client/src/views/PostView.vue +++ b/client/src/views/PostView.vue @@ -46,7 +46,7 @@ {{ post.updatedBy.fullName }}
- +