1
0
Fork 0

Update Activity.vue component

This commit is contained in:
Daniel Supernault 2019-07-20 23:31:34 -06:00
parent 47a70d710a
commit d5b3aac1e7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ export default {
if(n.type == 'share' && !status) {
return false;
}
if(_.find(this.notifications, {id: n.id})) {
return false;
}
return true;
});
this.notifications.push(...data);