fix(selector): Correctly destructure in the firstChallengeSelector

This commit is contained in:
Stuart Taylor
2018-03-09 10:13:57 +00:00
parent ef24b38cc3
commit af1233f7e7

View File

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