diff options
| author | eal <eal@waifu.club> | 2017-09-19 22:54:54 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-09-19 22:54:54 +0300 |
| commit | f4b1319eff7562ff71181a75f967de6ec52337c2 (patch) | |
| tree | 4f57aa221b9634889e6fcec9bd689ecc7b5d7e59 /src/components | |
| parent | 70d66c48ad6db4e8e3d2142001cdf8ed5344a9d4 (diff) | |
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 6d89b051..2e0aafd0 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: url + img: image-url })) } else { return false |
