diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx index 1af2598537..f7a88e595d 100644 --- a/web/react/components/more_channels.jsx +++ b/web/react/components/more_channels.jsx @@ -66,6 +66,11 @@ module.exports = React.createClass({ if (this.state.channels != null) moreChannels = this.state.channels; + console.log("Check: " + moreChannels) + + if (moreChannels) + console.log("Length: " + moreChannels.length) + return (