update
This commit is contained in:
@@ -965,7 +965,7 @@ export default function ServiceMonitoring() {
|
|||||||
<Stack>
|
<Stack>
|
||||||
<Typography variant="subtitle1">
|
<Typography variant="subtitle1">
|
||||||
{dailyMonitoring.bodyTemperature > 0
|
{dailyMonitoring.bodyTemperature > 0
|
||||||
? dailyMonitoring.bodyTemperature + ' C'
|
? dailyMonitoring.bodyTemperature + ' Cel'
|
||||||
: '-'}
|
: '-'}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export default function DetailMonitoringList() {
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
<Typography variant="body2">
|
<Typography variant="body2">
|
||||||
{row.body_temperature}
|
{row.body_temperature} Cel
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
|
|||||||
Reference in New Issue
Block a user