forked from AkkomaGang/akkoma-fe
Fix image url.
This commit is contained in:
parent
2162ef20b0
commit
70d66c48ad
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const PostStatusForm = {
|
||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
screen_name: `:${shortcode}:`,
|
screen_name: `:${shortcode}:`,
|
||||||
name: '',
|
name: '',
|
||||||
img: image_url
|
img: url
|
||||||
}))
|
}))
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in a new issue