forked from BLC/AyposWeb
Fix bugs
This commit is contained in:
@@ -116,6 +116,7 @@ const TemperatureControl: React.FC<TemperatureControlProps> = ({
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
</Box>
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
<Typography
|
<Typography
|
||||||
|
|||||||
@@ -211,7 +211,6 @@ const Temperature = () => {
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
temperatureFlag={data[data.length - 1]?.flag}
|
temperatureFlag={data[data.length - 1]?.flag}
|
||||||
/>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user