mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Activity.vue
This commit is contained in:
parent
344b6b421d
commit
176ffd6917
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue