diff --git a/src/ui/component/selectChannel/view.jsx b/src/ui/component/selectChannel/view.jsx index dec2e2491..39d566045 100644 --- a/src/ui/component/selectChannel/view.jsx +++ b/src/ui/component/selectChannel/view.jsx @@ -48,6 +48,7 @@ class ChannelSection extends React.PureComponent { componentDidMount() { const { channels = [], fetchChannelListMine, fetchingChannels } = this.props; + console.log('p', this.props); if (!channels.length && !fetchingChannels) { fetchChannelListMine(); }