update bugs fix
This commit is contained in:
@@ -965,7 +965,7 @@ export default function ServiceMonitoring() {
|
||||
<Stack>
|
||||
<Typography variant="subtitle1">
|
||||
{dailyMonitoring.bodyTemperature > 0
|
||||
? dailyMonitoring.bodyTemperature
|
||||
? dailyMonitoring.bodyTemperature + ' C'
|
||||
: '-'}
|
||||
</Typography>
|
||||
</Stack>
|
||||
@@ -981,7 +981,7 @@ export default function ServiceMonitoring() {
|
||||
<Stack>
|
||||
<Typography variant="subtitle1">
|
||||
{dailyMonitoring.sistole > 0
|
||||
? dailyMonitoring.sistole
|
||||
? dailyMonitoring.sistole + ' mm[Hg]'
|
||||
: '-'}
|
||||
</Typography>
|
||||
</Stack>
|
||||
@@ -997,7 +997,7 @@ export default function ServiceMonitoring() {
|
||||
<Stack>
|
||||
<Typography variant="subtitle1">
|
||||
{dailyMonitoring.diastole > 0
|
||||
? dailyMonitoring.diastole
|
||||
? dailyMonitoring.diastole + ' mm[Hg]'
|
||||
: '-'}
|
||||
</Typography>
|
||||
</Stack>
|
||||
@@ -1015,13 +1015,13 @@ export default function ServiceMonitoring() {
|
||||
<Stack>
|
||||
<Typography variant="subtitle1">
|
||||
{dailyMonitoring.respirationRate > 0
|
||||
? dailyMonitoring.respirationRate
|
||||
? dailyMonitoring.respirationRate + ' / min'
|
||||
: '-'}
|
||||
</Typography>
|
||||
</Stack>
|
||||
</Grid>
|
||||
</Stack>
|
||||
<Stack direction={'row'} sx={{ paddingY: 1 }} spacing={2}>
|
||||
{/* <Stack direction={'row'} sx={{ paddingY: 1 }} spacing={2}>
|
||||
<Grid item xs={6} lg={6} md={6}>
|
||||
<Stack>
|
||||
<Typography variant="inherit">Complaints</Typography>
|
||||
@@ -1036,7 +1036,7 @@ export default function ServiceMonitoring() {
|
||||
</Typography>
|
||||
</Stack>
|
||||
</Grid>
|
||||
</Stack>
|
||||
</Stack> */}
|
||||
<Stack spacing={1}>
|
||||
<Typography variant="h6" sx={{ paddingTop: 2 }}>
|
||||
Analysis
|
||||
|
||||
Reference in New Issue
Block a user