Browse Source

Update Activity.vue

Daniel Supernault 6 years ago
parent
commit
176ffd6917
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/js/components/Activity.vue

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

@@ -139,7 +139,7 @@ export default {
 					page: this.notificationCursor
 				}
 			}).then(res => {
-				if(res.data.length > 0) {
+				if(res.data.length) {
 					let data = res.data.filter(n => {
 						if(n.type == 'share' && !status) {
 							return false;