Browse Source

15 -> 16 per page

pull/1706/head
Gabe Kangas 4 years ago
parent
commit
d2fd6a95e9
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/js/components/federation/followers.js

2
webroot/js/components/federation/followers.js

@ -35,7 +35,7 @@ export default class FollowerList extends Component { @@ -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;

Loading…
Cancel
Save