forked from AkkomaGang/akkoma-fe
Hide all status actions if not logged in
This commit is contained in:
parent
32fd108e97
commit
da36cd11e8
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
</attachment>
|
||||
</div>
|
||||
|
||||
<div v-if="!noHeading && !noReplyLinks" class='status-actions media-body'>
|
||||
<div v-if="loggedIn">
|
||||
<div v-if="loggedIn && !noHeading && !noReplyLinks" class='status-actions media-body'>
|
||||
<div>
|
||||
<a href="#" v-on:click.prevent="toggleReplying">
|
||||
<i class="icon-reply" :class="{'icon-reply-active': replying}"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue