mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
fixed draft save to realm
This commit is contained in:
parent
ada873ffe8
commit
a26781c35e
@ -273,7 +273,7 @@ class EditorContainer extends Component {
|
||||
|
||||
const draftField = {
|
||||
...fields,
|
||||
tags: fields.tags && fields.tags.length > 0 && fields.tags.toString(),
|
||||
tags: fields.tags && fields.tags.length > 0 ? fields.tags.toString() : "",
|
||||
};
|
||||
|
||||
setDraftPost(draftField, username);
|
||||
|
Loading…
Reference in New Issue
Block a user