From 339f2134827a73d9787a009d5d08b71f6c605c26 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Sat, 3 Feb 2018 21:14:31 -0800 Subject: [PATCH] fixed ChannelClaimsDisplay props --- react/containers/ChannelClaimsDisplay/index.js | 2 ++ 1 file changed, 2 insertions(+) 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,