Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created June 9, 2020 20:04
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 marshallmurphy/dd3cc359ac69e7ab96c37eeec59d4b0b to your computer and use it in GitHub Desktop.
Save marshallmurphy/dd3cc359ac69e7ab96c37eeec59d4b0b to your computer and use it in GitHub Desktop.
getRecipesSuccess: (state, { payload }) => {
state.recipes = payload
state.loading = false
state.hasErrors = false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment