diff --git a/src/views/ItemView.vue b/src/views/ItemView.vue index b8f7b92..68afec2 100644 --- a/src/views/ItemView.vue +++ b/src/views/ItemView.vue @@ -16,7 +16,7 @@

- {{ item.kids ? item.descendants + ' comments' : 'No comments yet.'}} + {{ item.kids ? item.descendants + ' comments' : 'No comments yet.' }}