Ver Fonte

Update Timeline component, add reaction bar back to network timeline

Daniel Supernault há 4 anos atrás
pai
commit
2bdb638c4f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/assets/js/components/Timeline.vue

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