forked from AkkomaGang/akkoma-fe
Fix fav/RT buttons in notifications.
This commit is contained in:
parent
8010c42768
commit
f3f0155d60
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
<i class="base09 icon-reply" :class="{'icon-reply-active': replying}"></i>
|
||||
</a>
|
||||
</div>
|
||||
<retweet-button :status=status></retweet-button>
|
||||
<favorite-button :status=status></favorite-button>
|
||||
<retweet-button :loggedIn="loggedIn" :status=status></retweet-button>
|
||||
<favorite-button :loggedIn="loggedin" :status=status></favorite-button>
|
||||
</div>
|
||||
</div>
|
||||
<post-status-form class="reply-body" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user" v-on:posted="toggleReplying" v-if="replying"/>
|
||||
|
|
Loading…
Reference in a new issue