This commit is contained in:
les 2019-08-25 14:56:58 +02:00
parent 5c08a96fe7
commit fc4a98fe1a

View file

@ -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') <u>{{$tc('common.comments', event.comments.length)}}</u>
li(v-if='event.comments && event.comments.length') <u>{{$tc('common.comments', event.comments.length)}}</u>
</template>
<script>
import { mapState, mapActions } from 'vuex'