mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
handling sensors with redux
This commit is contained in:
@@ -63,7 +63,7 @@ export default class Sidebar extends React.Component {
|
||||
|
||||
<h2>Sensors</h2>
|
||||
<hr/>
|
||||
<SensorList/>
|
||||
{this.props.sensor.fetchedList ? <SensorList list={this.props.sensor.list}/> : null}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user