diff --git a/components/Event.vue b/components/Event.vue
index 655b89c7..be87f6b0 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 && event.comments.length') {{$tc('common.comments', event.comments.length)}}
+ li(v-if='settings.enable_federation && event.comments && event.comments.length') {{$tc('common.comments', event.comments.length)}}