summaryrefslogtreecommitdiffstats
path: root/src/components/TimelinePost.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TimelinePost.vue')
-rw-r--r--src/components/TimelinePost.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TimelinePost.vue b/src/components/TimelinePost.vue
index 97413e40..2e6e5fda 100644
--- a/src/components/TimelinePost.vue
+++ b/src/components/TimelinePost.vue
@@ -154,7 +154,7 @@ export default {
post: this.item,
parentAnnounce: this.parentAnnounce
}
- if (this.isBoosted) {
+ if (this.isLiked) {
this.$store.dispatch('postUnlike', params)
} else {
this.$store.dispatch('postLike', params)