fixed ChannelClaimsDisplay props
This commit is contained in:
parent
320e83ca00
commit
339f213482
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue