소스 검색

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() {