client/src/reducers/syncReducer.js
changeset 130 78246db1cbac
parent 129 d48946d164c6
--- 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;