Fix bug in replies

This commit is contained in:
shpuld 2019-03-03 16:43:41 +02:00
parent cef0306428
commit c1ee7c028b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<router-link :to="replyProfileLink"> <router-link :to="replyProfileLink">
{{replyToName}} {{replyToName}}
</router-link> </router-link>
<span class="faint replies-separator" v-if="replies.length"> <span class="faint replies-separator" v-if="replies && replies.length">
- -
</span> </span>
</div> </div>