Skip to content

Commit

Permalink
genders追加
Browse files Browse the repository at this point in the history
  • Loading branch information
jun68ykt committed Jun 16, 2019
1 parent 0db8106 commit 7a12d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js
Expand Up @@ -23,7 +23,7 @@ class App extends Component {
}

const mapStateToProps = state => {
return { result: state.result };
return { result: state.genders.result };
};

export default connect(
Expand Down

0 comments on commit 7a12d03

Please sign in to comment.