diff --git a/src/renderer/redux/actions/publish.js b/src/renderer/redux/actions/publish.js index b739c47db..0ad568a0c 100644 --- a/src/renderer/redux/actions/publish.js +++ b/src/renderer/redux/actions/publish.js @@ -278,7 +278,7 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch, getState: GetS dispatch(batchActions(...actions)); - if (!pendingPublishes.length) { + if (!Object.keys(pendingPublishes).length) { clearInterval(publishCheckInterval); } });