forked from AkkomaGang/akkoma-fe
Fix bug in replies
This commit is contained in:
parent
cef0306428
commit
c1ee7c028b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue