This commit is contained in:
2025-09-21 06:12:43 +03:00
parent dc11fb1641
commit ec5eec7b64
2 changed files with 1 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ const TemperatureControl: React.FC<TemperatureControlProps> = ({
} }
}} }}
/> />
</Box>
)} )}
</Box> </Box>
<Typography <Typography

View File

@@ -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>