mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 12:36:31 +03:00
Fixed wrong object assign issue
This commit is contained in:
parent
f267e8da6b
commit
88f04df30b
@ -404,7 +404,7 @@ class EditorContainer extends Component {
|
||||
}
|
||||
|
||||
const meta = extractMetadata(fields.body);
|
||||
const metadata = Object.assign({}, meta, oldMeta);
|
||||
const metadata = Object.assign({}, oldMeta, meta);
|
||||
const jsonMeta = makeJsonMetadata(metadata, fields.tags);
|
||||
|
||||
await postContent(
|
||||
|
Loading…
Reference in New Issue
Block a user