mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-02 02:31:41 +03:00
fixed edit post issue
This commit is contained in:
parent
d236ce4190
commit
9016d3e6a9
@ -90,7 +90,7 @@ class EditorContainer extends Component {
|
||||
this.setState(
|
||||
{
|
||||
isEdit,
|
||||
draftPost: { title: post.title, tags: post.json_metadata.tags },
|
||||
draftPost: { title: post.title, body: post.body, tags: post.json_metadata.tags },
|
||||
},
|
||||
() => {
|
||||
this._getPurePost(post.author, post.permlink);
|
||||
|
Loading…
Reference in New Issue
Block a user