Explorar o código

Update Activity.vue

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
14fa51fa30
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      resources/assets/js/components/Activity.vue

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

@@ -104,9 +104,7 @@ export default {
 	},
 
 	mounted() {
-		if(window.outerWidth > 767) {
-			this.fetchNotifications();
-		}
+		this.fetchNotifications();
 	},
 
 	updated() {