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

Update Activity.vue component

Daniel Supernault 6 жил өмнө
parent
commit
d5b3aac1e7

+ 3 - 0
resources/assets/js/components/Activity.vue

@@ -146,6 +146,9 @@ export default {
 						if(n.type == 'share' && !status) {
 							return false;
 						}
+						if(_.find(this.notifications, {id: n.id})) {
+							return false;
+						}
 						return true;
 					});
 					this.notifications.push(...data);