Fix/Small fix in the who to follow page
This commit is contained in:
parent
7ce9b7be07
commit
809d872b2d
@ -20,7 +20,8 @@ const WhoToFollow = {
|
||||
id: 0,
|
||||
name: i.display_name,
|
||||
screen_name: i.acct,
|
||||
profile_image_url: i.avatar || '/images/avi.png'
|
||||
profile_image_url: i.avatar || '/images/avi.png',
|
||||
profile_image_url_original: i.avatar || '/images/avi.png'
|
||||
}
|
||||
this.users.push(user)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user