Do not display replies inside status as link if there are no other replies
This commit is contained in:
parent
9b27ac9aaf
commit
cebb4224ac
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@
|
||||||
class="replies"
|
class="replies"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
v-if="showOtherRepliesAsButton"
|
v-if="showOtherRepliesAsButton && replies.length > 1"
|
||||||
class="button-unstyled -link faint"
|
class="button-unstyled -link faint"
|
||||||
:title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })"
|
:title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })"
|
||||||
@click.prevent="dive"
|
@click.prevent="dive"
|
||||||
|
|
Loading…
Reference in a new issue