Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. case t.NEWS_GET_SUCCESS:
  2. return {
  3. ...state,
  4. isLoading: false,
  5. data: action.payload, // <-- в data кладем action.payload
  6. }
Add Comment
Please, Sign In to add comment