mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
7e3e80c59f
commit
bcc3c8fe09
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
|
|||
|
||||
updatePageSize() {
|
||||
this.setState({
|
||||
pageSize: Math.floor((window.innerHeight - 361) / 52)
|
||||
pageSize: Math.max(Math.floor((window.innerHeight - 361) / 52), 5)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue