minor
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
ul.tags(v-if='showTags && event.tags')
|
ul.tags(v-if='showTags && event.tags')
|
||||||
li(v-for='tag in event.tags' :key='tag') {{tag}}
|
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>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { mapState, mapActions } from 'vuex'
|
import { mapState, mapActions } from 'vuex'
|
||||||
|
|||||||
Reference in New Issue
Block a user