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
|
||||
screen_name: `:${shortcode}:`,
|
||||
name: '',
|
||||
img: image_url
|
||||
img: url
|
||||
}))
|
||||
} else {
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue