Do not display replies inside status as link if there are no other replies

This commit is contained in:
Tusooa Zhu 2021-09-08 23:22:11 -04:00
parent a1404f7735
commit c634e15305
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224

View file

@ -347,7 +347,7 @@
class="replies"
>
<button
v-if="showOtherRepliesAsButton"
v-if="showOtherRepliesAsButton && replies.length > 1"
class="button-unstyled -link faint"
:title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })"
@click.prevent="dive"