Skip to content

Commit

Permalink
pass item to DETAILS
Browse files Browse the repository at this point in the history
Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>
  • Loading branch information
xaiki committed Jun 11, 2018
1 parent cf0d6fc commit bb23524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const fetchDetail = ({item, collection, ...props}) => {
console.log('already fetching')
} else {
console.error('dispatching DETAILS', item)
airing[item.id] = dispatch(actions.DETAIL(item.id))
airing[item.id] = dispatch(actions.DETAIL(item))
isFetching = true
}
}
Expand Down

0 comments on commit bb23524

Please sign in to comment.