We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94a4cc3 + dd9769b commit 70f5d6eCopy full SHA for 70f5d6e
source/reducer.js
@@ -100,7 +100,7 @@ export default (state = initialState, action) => {
100
101
rootPathArr.push('requested')
102
retVal = (requested !== undefined)
103
- ? retVal.setIn(['requested', ...rootPathArr], fromJS({requested: requested}))
+ ? retVal.setIn(['requested', ...rootPathArr], fromJS(requested))
104
: retVal.deleteIn(['requested', ...rootPathArr])
105
rootPathArr.pop()
106
0 commit comments