Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. mapDispachToProps(dispach) {
  2. return {
  3. deletePost: (postId) => { dispach({ type: 'DELETE_POST', id: postId }) },
  4. signIn: () => { dispach(signInWithGoogle) }
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement