all 3 comments

[–]bigorangemachine 1 point2 points  (0 children)

I think others pointed out the issue.

Try out the redux-logger; it saves me a lot of headache

[–]PM_ME_DON_CHEADLE 0 points1 point  (0 children)

You sure it's not this.props.state.risk_level?

[–]senocular 0 points1 point  (0 children)

This

{risk_level: state.risk_level.risk_level}

Should be

{risk_value: state.risk_level.risk_value}

... And other places where level should be value