瀏覽代碼

Update Activity.vue

Daniel Supernault 6 年之前
父節點
當前提交
14fa51fa30
共有 1 個文件被更改,包括 1 次插入3 次删除
  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() {