diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index eed3f5c9d..a266b3a8a 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -709,7 +709,7 @@ recentFeed: this.scope === 'home' ? true : false, recentFeedMin: null, recentFeedMax: null, - reactionBar: this.scope === 'network' ? false : true + reactionBar: true } },