1
0
Эх сурвалжийг харах

Update Timeline component, add reaction bar back to network timeline

Daniel Supernault 4 жил өмнө
parent
commit
2bdb638c4f

+ 1 - 1
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
 			}
 		},