aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshp <shp@cock.li>2018-02-03 10:18:53 +0200
committershp <shp@cock.li>2018-02-03 10:18:53 +0200
commit06265078d8ff2e94fd7679e641a49b46fd437da7 (patch)
treeef7e3d901df1b5b022c6a3a03de614a2d5a2ab90 /src
parentf3f0155d60eeb191fa22208bc9e5aeeda67bf24a (diff)
Fix typo in fav/rt fix
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index fed2fb78..f6afaa25 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -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"/>