1
0
Fork 0

Update Profile.vue

This commit is contained in:
Daniel Supernault 2019-06-11 11:49:56 -06:00
parent 1f8fd484f7
commit 3f47872dc5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ export default {
}
})
.then(res => {
let data = res.data;
let data = res.data.filter(status => status.media_attachments.length > 0);
let ids = data.map(status => status.id);
this.ids = ids;
this.min_id = Math.max(...ids);