Skip to content

Commit

Permalink
fix: Custom Pages "ALL" button didn´t work
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Oct 25, 2020
1 parent 49754cc commit c2f500e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/components/Channels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ class Channels extends React.Component<IChannelsInjectProps & Store> {
}

handlePages(type: PageType, i: number | string) {
if (typeof i === 'string') {
this.props.dispatch(storeSetPage(type, i))
}
}

renderPageButtons() {
Expand Down

0 comments on commit c2f500e

Please sign in to comment.