1
0
Daniel Supernault 6 жил өмнө
parent
commit
14fa51fa30

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

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