Small /connect adjustment (#504)
This commit is contained in:
parent
5194c9828c
commit
a89433596b
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ export default class Chat extends Component {
|
|||
};
|
||||
|
||||
handleChannelScroll = e => {
|
||||
if (this.state.fetchingPaginatedChannels || this.state.chatChannels.length < 24) {
|
||||
if (this.state.fetchingPaginatedChannels || this.state.chatChannels.length < 23) {
|
||||
return
|
||||
}
|
||||
this.setState({fetchingPaginatedChannels: true})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue