Displaying tweets
This commit is contained in:
parent
9989d0a5ba
commit
6759a05743
8 changed files with 552 additions and 44 deletions
|
@ -14,7 +14,7 @@ function rootReducer(state = initialState, action) {
|
|||
|
||||
else if (action.type === "DATA_LOADED") {
|
||||
return Object.assign({}, state, {
|
||||
remoteArticles: state.remoteArticles.concat(action.payload)
|
||||
remoteArticles: state.remoteArticles.concat(action.payload.message.statuses)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue