fixed edit post issue

This commit is contained in:
u-e 2019-03-12 10:37:00 +03:00
parent d236ce4190
commit 9016d3e6a9

View File

@ -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);