fixed ChannelClaimsDisplay props

This commit is contained in:
bill bittner 2018-02-03 21:14:31 -08:00
parent 320e83ca00
commit 339f213482

View file

@ -4,6 +4,8 @@ import View from './view';
const mapStateToProps = ({ show }) => {
return {
name : show.showChannel.channelData.name,
longId : show.showChannel.channelData.longId,
claims : show.showChannel.channelClaimsData.claims,
currentPage: show.showChannel.channelClaimsData.currentPage,
totalPages : show.showChannel.channelClaimsData.totalPages,