This commit is contained in:
seanyesmunt 2018-04-24 01:29:16 -04:00
parent 0ffd0a2f35
commit a92535f9f8
2 changed files with 1 additions and 16087 deletions

16086
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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);
}