diff --git a/client/components/Channels.tsx b/client/components/Channels.tsx index b151dbcf..1ba8fcfd 100644 --- a/client/components/Channels.tsx +++ b/client/components/Channels.tsx @@ -96,9 +96,7 @@ class Channels extends React.Component { } handlePages(type: PageType, i: number | string) { - if (typeof i === 'string') { this.props.dispatch(storeSetPage(type, i)) - } } renderPageButtons() {