Remove trailing whitespace
This commit is contained in:
+8
-8
@@ -875,16 +875,16 @@ function Graphs({end, duration}) {
|
|||||||
<Lux name='Kitchen Lux' sensorName='Kitchen' end={end} duration={duration} />
|
<Lux name='Kitchen Lux' sensorName='Kitchen' end={end} duration={duration} />
|
||||||
<Lux name='Bedroom Lux' sensorName='Bedroom' end={end} duration={duration} />
|
<Lux name='Bedroom Lux' sensorName='Bedroom' end={end} duration={duration} />
|
||||||
<Lux name='Laundry Room Lux' sensorName='Laundry Room' end={end} duration={duration} />
|
<Lux name='Laundry Room Lux' sensorName='Laundry Room' end={end} duration={duration} />
|
||||||
<MultiLineChart
|
<MultiLineChart
|
||||||
title='Absolute Pressure'
|
title='Absolute Pressure'
|
||||||
measurement='hpa'
|
measurement='hpa'
|
||||||
dataKey='hpa'
|
dataKey='hpa'
|
||||||
sensors={['Kitchen', 'Bedroom', 'Laundry Room']}
|
sensors={['Kitchen', 'Bedroom', 'Laundry Room']}
|
||||||
colors={['black', 'red', 'blue']}
|
colors={['black', 'red', 'blue']}
|
||||||
end={end}
|
end={end}
|
||||||
duration={duration}
|
duration={duration}
|
||||||
yDomain={[870, 915]}
|
yDomain={[870, 915]}
|
||||||
unitKey='Hpa'
|
unitKey='Hpa'
|
||||||
/>
|
/>
|
||||||
<WH51Soil name='Side Garden Soil Moisture' sensorName='Side Garden' end={end} duration={duration} />
|
<WH51Soil name='Side Garden Soil Moisture' sensorName='Side Garden' end={end} duration={duration} />
|
||||||
<Soil name='Dumb Cane Soil Moisture' sensorName='Dumb Cane' end={end} duration={duration} />
|
<Soil name='Dumb Cane Soil Moisture' sensorName='Dumb Cane' end={end} duration={duration} />
|
||||||
|
|||||||
Reference in New Issue
Block a user