summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_channels/more_channels.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/more_channels/more_channels.jsx')
-rw-r--r--webapp/components/more_channels/more_channels.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/more_channels/more_channels.jsx b/webapp/components/more_channels/more_channels.jsx
index 3ba8f41c0..45833ead2 100644
--- a/webapp/components/more_channels/more_channels.jsx
+++ b/webapp/components/more_channels/more_channels.jsx
@@ -85,7 +85,7 @@ export default class MoreChannels extends React.Component {
}
nextPage(page) {
- this.props.actions.getChannels(TeamStore.getCurrentId(), (page + 1) * CHANNELS_PER_PAGE, CHANNELS_PER_PAGE);
+ this.props.actions.getChannels(TeamStore.getCurrentId(), page + 1, CHANNELS_PER_PAGE);
}
handleJoin(channel, done) {