mirror of
https://github.com/opensupports/opensupports.git
synced 2025-09-26 03:18:55 +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() {
|
getRowsQuantity() {
|
||||||
console.log(this.props.page);
|
|
||||||
if(this.props.page == this.getPages()){
|
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;
|
return this.props.list.length % this.props.pageSize;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user