mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Max - Delete some console.logs [skip ci]
This commit is contained in:
parent
84c25e46c1
commit
823126d930
@ -100,11 +100,7 @@ class PeopleList extends React.Component {
|
||||
}
|
||||
|
||||
getRowsQuantity() {
|
||||
console.log(this.props.page);
|
||||
if(this.props.page == this.getPages()){
|
||||
console.log("Ultima pagina");
|
||||
console.log(this.props.list.length);
|
||||
console.log(this.props.pageSize);
|
||||
return this.props.list.length % this.props.pageSize;
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user