Do not display replies inside status as link if there are no other replies
This commit is contained in:
parent
9b27ac9aaf
commit
cebb4224ac
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue