forked from AkkomaGang/akkoma-fe
Fix typo in fav/rt fix
This commit is contained in:
parent
f3f0155d60
commit
06265078d8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<retweet-button :loggedIn="loggedIn" :status=status></retweet-button>
|
||||
<favorite-button :loggedIn="loggedin" :status=status></favorite-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