Skip to content

Commit

Permalink
Fixing EmptyStateIndicator prop for ChannelList component
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Feb 11, 2020
1 parent 63d12ee commit 20d1672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChannelList.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class ChannelList extends PureComponent {
};

render() {
const { List, Paginator } = this.props;
const { List, Paginator, EmptyStateIndicator } = this.props;
const { channels, loadingChannels, refreshing, hasNextPage } = this.state;
return (
<React.Fragment>
Expand Down

0 comments on commit 20d1672

Please sign in to comment.