CSS fixes #1587

Merged
neb-b merged 11 commits from css-fixes into master 2018-06-14 22:33:39 +02:00
Showing only changes of commit de9c736703 - Show all commits

View file

@ -278,7 +278,7 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch, getState: GetS
dispatch(batchActions(...actions));
if (!pendingPublishes.length) {
if (!Object.keys(pendingPublishes).length) {
clearInterval(publishCheckInterval);
}
});