diff -r d48946d164c6 -r 78246db1cbac client/src/reducers/syncReducer.js --- a/client/src/reducers/syncReducer.js Fri Jul 28 19:40:35 2017 +0200 +++ b/client/src/reducers/syncReducer.js Sun Jul 30 01:02:09 2017 +0200 @@ -13,7 +13,7 @@ export const isSynchronizing = (state = false, action) => { switch (action.type) { - case types.SYNC_DO_SYNC: + case types.SYNC_START_SYNC: return true; case types.SYNC_END_SYNC: return false;