Skip to content
Snippets Groups Projects
Commit 06265078 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Fix typo in fav/rt fix

parent f3f0155d
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment