Explorar el Código

Update Timeline component, add reaction bar back to network timeline

Daniel Supernault hace 4 años
padre
commit
2bdb638c4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 			}
 		},