Select page correctly in more channels modal (#7035)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
d01261a228
Коммит
0f786a42d3
@@ -85,7 +85,7 @@ export default class MoreChannels extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nextPage(page) {
|
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) {
|
handleJoin(channel, done) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user