fix typo
This commit is contained in:
parent
0ffd0a2f35
commit
a92535f9f8
2 changed files with 1 additions and 16087 deletions
16086
package-lock.json
generated
16086
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -139,7 +139,7 @@ export default handleActions(
|
|||
// If it's an edit, don't create a pending publish
|
||||
// It will take some more work to know when an edit is confirmed
|
||||
const newPendingPublishes = state.pendingPublishes.slice();
|
||||
if (pendingPublish.isEdit) {
|
||||
if (!pendingPublish.isEdit) {
|
||||
newPendingPublishes.push(pendingPublish);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue