Linted all, refactored VisualizeModal out

This commit is contained in:
Maxime Beauchemin
2016-08-06 23:08:24 -07:00
parent 07a6a0a630
commit dbef3543a9
15 changed files with 300 additions and 209 deletions

View File

@@ -142,4 +142,4 @@ export const sqlLabReducer = function (state, action) {
return actionHandlers[action.type]();
}
return state;
}
};