Small /connect adjustment (#504)

This commit is contained in:
Ben Halpern 2018-06-27 16:24:35 -04:00 committed by GitHub
parent 5194c9828c
commit a89433596b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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})