refactor History

This commit is contained in:
Mo Tarbin 2024-11-03 22:37:37 -05:00
parent 6b0d2fe9cd
commit ee5763b197

View file

@ -125,7 +125,7 @@ const ThingsHistory = () => {
'ddd MM/DD/yyyy HH:mm:ss', 'ddd MM/DD/yyyy HH:mm:ss',
)} )}
</Typography> </Typography>
<Chip>{history.state === '1' ? 'Active' : 'Inactive'}</Chip> <Chip>{history.state}</Chip>
</Box> </Box>
</ListItemContent> </ListItemContent>
</ListItem> </ListItem>