Merge branch 'staging' into fix/babelPipeline

This commit is contained in:
Berkeley Martinez
2018-02-26 12:05:11 -08:00
committed by GitHub
23 changed files with 437 additions and 211 deletions

View File

@@ -78,6 +78,7 @@ export const types = createTypes([
createAsyncTypes('submitChallenge'),
'moveToNextChallenge',
'disableJSOnError',
'checkForNextBlock',
// help
'openHelpModal',
@@ -151,6 +152,7 @@ export const submitChallengeComplete = createAction(
);
export const moveToNextChallenge = createAction(types.moveToNextChallenge);
export const checkForNextBlock = createAction(types.checkForNextBlock);
export const disableJSOnError = createAction(types.disableJSOnError);