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