diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue index 8df11886..75ff2045 100644 --- a/src/components/TimelineEntry.vue +++ b/src/components/TimelineEntry.vue @@ -27,8 +27,8 @@
-
@@ -117,10 +117,9 @@ export default { }, isBoosted() { if (typeof this.item.action === 'undefined') { - return false; + return false } - - return !!this.item.action.values.boosted; + return !!this.item.action.values.boosted } }, methods: {