Merge pull request #16838 from Bouncey/fix/newUserNavigation

fix(selector): Correctly destructure in the firstChallengeSelector
pull/16884/head
Berkeley Martinez 2018-03-12 14:31:59 -07:00 committed by GitHub
commit 33921ba53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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