15 -> 16 per page

This commit is contained in:
Gabe Kangas 2022-01-27 14:40:36 -08:00
parent 9e918d144e
commit d2fd6a95e9
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -35,7 +35,7 @@ export default class FollowerList extends Component {
}
render() {
const FOLLOWER_PAGE_SIZE = 15;
const FOLLOWER_PAGE_SIZE = 16;
const { followersPage } = this.state;
const { followers } = this.state;