From fc4a98fe1abbf62dffb045d7a19b426f43124da4 Mon Sep 17 00:00:00 2001 From: les Date: Sun, 25 Aug 2019 14:56:58 +0200 Subject: [PATCH] minor --- components/Event.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Event.vue b/components/Event.vue index d44b8989..68f42907 100644 --- a/components/Event.vue +++ b/components/Event.vue @@ -17,7 +17,7 @@ ul.tags(v-if='showTags && event.tags') li(v-for='tag in event.tags' :key='tag') {{tag}} - li(v-if='event.comments') {{$tc('common.comments', event.comments.length)}} + li(v-if='event.comments && event.comments.length') {{$tc('common.comments', event.comments.length)}}