mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
Merge pull request #2061 from ecency/nt/duplicate-post-fix
Nt - Permlink Duplication
This commit is contained in:
commit
4ad33e1644
@ -601,7 +601,7 @@ class EditorContainer extends Component {
|
||||
dublicatePost = null;
|
||||
}
|
||||
|
||||
if (dublicatePost && dublicatePost.id) {
|
||||
if (dublicatePost && (dublicatePost.permlink === permlink)) {
|
||||
permlink = generatePermlink(fields.title, true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user