don't show reply indicator in chats
This commit is contained in:
parent
6c92cbc1d1
commit
0ce70e6fec
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="repliedTo"
|
v-if="isStatus && repliedTo"
|
||||||
class="reply-indicator"
|
class="reply-indicator"
|
||||||
>
|
>
|
||||||
<FAIcon class="icon" icon="reply" />
|
<FAIcon class="icon" icon="reply" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue