Fixed comment editing issue

This commit is contained in:
Mustafa Buyukcelebi 2019-08-01 17:40:16 +03:00
parent 4db695ab44
commit 447998b28c

View File

@ -419,6 +419,7 @@ class EditorContainer extends Component {
parent_permlink: parentPermlink,
permlink,
json_metadata: jsonMetadata,
parent_author: parentAuthor,
} = post;
let newBody = body;
@ -442,7 +443,7 @@ class EditorContainer extends Component {
await postContent(
currentAccount,
pinCode,
'',
parentAuthor,
parentPermlink,
permlink,
title,