Merge pull request #43 from Bouncey/feat/introOnBlockClick
Feat: Navigate to intro page on block click
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
27b65b94a7
commit
571209809c
@@ -74,7 +74,6 @@ function clearCodeEpic(action$, { getState }) {
|
||||
|
||||
function saveCodeEpic(action$, { getState }) {
|
||||
return action$.pipe(
|
||||
tap(console.info),
|
||||
ofType(types.executeChallenge),
|
||||
// do not save challenge if code is locked
|
||||
filter(() => !isCodeLockedSelector(getState())),
|
||||
|
Reference in New Issue
Block a user