mark method as private

This commit is contained in:
Collin M. Barrett 2019-08-07 13:07:31 -05:00
parent 455b5a24f1
commit 5a0a243b6c

View file

@ -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,