Skip to content

Instantly share code, notes, and snippets.

@nanlabsweb
Created October 11, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanlabsweb/b6ef6d3233fa346fc65da1d95a12a9f3 to your computer and use it in GitHub Desktop.
Save nanlabsweb/b6ef6d3233fa346fc65da1d95a12a9f3 to your computer and use it in GitHub Desktop.
const mapStateToProps = state => ({
birthDate: state.user.birthdate,
country: state.user.location.country,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment