Merge pull request #16838 from Bouncey/fix/newUserNavigation

fix(selector): Correctly destructure in the firstChallengeSelector
This commit is contained in:
Berkeley Martinez
2018-03-12 14:31:59 -07:00
committed by GitHub

View File

@ -261,9 +261,9 @@ export const firstChallengeSelector = createSelector(
superBlocksSelector,
(
{
challengeMap,
blockMap,
superBlockMap
challenge: challengeMap,
block: blockMap,
superBlock: superBlockMap
},
superBlocks
) => {