Correct tiny typo (#20)

This commit is contained in:
Hilke Heremans
2017-01-27 08:40:26 +01:00
committed by Eric Vicenti
parent 7441ecad05
commit c9a69b48ee

View File

@@ -14,9 +14,9 @@ const appReducer = combineReducers({
...
});
@connect(state => {
@connect(state => ({
nav: state.nav,
})
}))
class AppWithNavigationState extends React.Component {
render() {
return (