rsf-admin/src/page/components/CardWithIcon.jsx
@@ -66,7 +66,7 @@ </Box> <Box sx={{ display: 'flex', padding: '1em' }}> <Typography color="textSecondary">{type == 'in' ? translate("page.dashboard.header.waitQty") : translate("page.dashboard.header.waitOutQty")}:</Typography> <Typography color="textSecondary">{type == 'in' ? statistic?.taskIn : statistic?.taskOut}</Typography> <Typography color="textSecondary">{type == 'in' ? statistic?.waitIn : statistic?.waitOut}</Typography> </Box> </Box>} </Box> : <Box>