logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: c1ee7c028ba44244c923afac052b72ff61840da1
parent: cef0306428273d0786732e19e443d76a6b3e1ccd
Author: shpuld <shp@cock.li>
Date:   Sun,  3 Mar 2019 16:43:41 +0200

Fix bug in replies

Diffstat:

Msrc/components/status/status.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -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>