CSS fixes #1587
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch, getState: GetS
|
|||
|
||||
dispatch(batchActions(...actions));
|
||||
|
||||
if (!pendingPublishes.length) {
|
||||
if (!Object.keys(pendingPublishes).length) {
|
||||
clearInterval(publishCheckInterval);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue