mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
mark method as private
This commit is contained in:
parent
455b5a24f1
commit
5a0a243b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
window.removeEventListener('resize', this.updatePageSize);
|
||||
}
|
||||
|
||||
updatePageSize() {
|
||||
private updatePageSize() {
|
||||
const pageSize = Math.floor((window.innerHeight - 275.5) / 59);
|
||||
this.setState({
|
||||
pageSize: pageSize,
|
||||
|
|
|
|||
Loading…
Reference in a new issue