Update Activity.vue

pull/1332/head
Daniel Supernault 6 years ago
parent 344b6b421d
commit 176ffd6917
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save