diff --git a/components/Event.vue b/components/Event.vue index 0383b5bd..d44b8989 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.length') {{$tc('common.comments', event.comments.length)}} + li(v-if='event.comments') {{$tc('common.comments', event.comments.length)}}