Skip to content

Instantly share code, notes, and snippets.

@TimonVS
Created September 8, 2017 14:28
Show Gist options
  • Save TimonVS/7f7c4b879836162fd04f89928046481f to your computer and use it in GitHub Desktop.
Save TimonVS/7f7c4b879836162fd04f89928046481f to your computer and use it in GitHub Desktop.
import { fetchCapabilities } from "../actions"
mapDispatchToProps(dispatch) {
return {
fetchCapabilities: () => {
dispatch(fetchCapabilities())
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment