diff --git a/react/containers/ChannelClaimsDisplay/index.js b/react/containers/ChannelClaimsDisplay/index.js index 64761d44..0f88e9b3 100644 --- a/react/containers/ChannelClaimsDisplay/index.js +++ b/react/containers/ChannelClaimsDisplay/index.js @@ -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,