mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-30 21:32:14 +08:00
Correct tiny typo (#20)
This commit is contained in:
committed by
Eric Vicenti
parent
7441ecad05
commit
c9a69b48ee
@@ -14,9 +14,9 @@ const appReducer = combineReducers({
|
||||
...
|
||||
});
|
||||
|
||||
@connect(state => {
|
||||
@connect(state => ({
|
||||
nav: state.nav,
|
||||
})
|
||||
}))
|
||||
class AppWithNavigationState extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user