diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-08 14:31:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-08 14:31:49 +0300 |
| commit | ca3140fd3ed1ce4522c04d445de42d721a0fbc87 (patch) | |
| tree | 802985e79496e07892929822f4733d207e18622a /src/components/who_to_follow/who_to_follow.js | |
| parent | 96f31716f94d0e7691b85ca90e7ea977ca3adb4d (diff) | |
| parent | 0ecf23881d1eea4ed46f151eaee2164ff390c926 (diff) | |
Merge remote-tracking branch 'upstream/develop' into refactor-emoji-input
* upstream/develop:
Small improve of the who to follow panel layout
Fix/Small fix in the who to follow page
Diffstat (limited to 'src/components/who_to_follow/who_to_follow.js')
| -rw-r--r-- | src/components/who_to_follow/who_to_follow.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js index be0b8827..7ae602a2 100644 --- a/src/components/who_to_follow/who_to_follow.js +++ b/src/components/who_to_follow/who_to_follow.js @@ -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) |
