diff options
| author | eal <eal@waifu.club> | 2017-09-19 22:58:15 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-09-19 22:58:15 +0300 |
| commit | 447ec911766a9c5b6d5512a9e054fdbbe39df92a (patch) | |
| tree | a3f475646bb80cb5673fd939eb3f60a4505330fb /src/components | |
| parent | f4b1319eff7562ff71181a75f967de6ec52337c2 (diff) | |
Actually actually fix image url.
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 2e0aafd0..6fc84407 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -72,7 +72,7 @@ const PostStatusForm = { // eslint-disable-next-line camelcase screen_name: `:${shortcode}:`, name: '', - img: image-url + img: image_url })) } else { return false |
