From 2bdb638c4f3b50df7f40338998592639919d1f9a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 2 Jul 2021 01:36:01 -0600 Subject: [PATCH] Update Timeline component, add reaction bar back to network timeline --- resources/assets/js/components/Timeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } },