Browse Source

Update Activity.vue

Daniel Supernault 6 years ago
parent
commit
14fa51fa30
1 changed files with 1 additions and 3 deletions
  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() {