mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
finished paging
This commit is contained in:
@@ -50,7 +50,6 @@ export default class SensorList extends React.Component {
|
||||
);
|
||||
}
|
||||
render(){
|
||||
console.log(this.state);
|
||||
return (
|
||||
<div>
|
||||
{this.state.fetched ? this.state.sensors.map(this.insertSensorData) : null}
|
||||
|
||||
Reference in New Issue
Block a user