Skip to content
Snippets Groups Projects
Commit c1ee7c02 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Fix bug in replies

parent cef03064
Branches
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
<router-link :to="replyProfileLink">
{{replyToName}}
</router-link>
<span class="faint replies-separator" v-if="replies.length">
<span class="faint replies-separator" v-if="replies && replies.length">
-
</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment