Update Activity.vue

This commit is contained in:
Daniel Supernault 2019-06-03 15:09:47 -06:00
parent 344b6b421d
commit 176ffd6917
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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;