Skip to content

Instantly share code, notes, and snippets.

@Giagnus64
Created November 13, 2019 04:25
Show Gist options
  • Select an option

  • Save Giagnus64/cc8855c4cadeccccd36bf0629fc06383 to your computer and use it in GitHub Desktop.

Select an option

Save Giagnus64/cc8855c4cadeccccd36bf0629fc06383 to your computer and use it in GitHub Desktop.
const mapStateToProps = (state, props) => {
return {
balance: state.balance
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment