summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index 1f15845c..5f9f7f4a 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -119,7 +119,7 @@ export default {
if (typeof this.item.action === 'undefined') {
return false;
} else {
- if (typeof this.item.action.values.boosted === false) {
+ if (this.item.action.values.boosted === false) {
return false;
} else {
return true;