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