refactor History

This commit is contained in:
Mo Tarbin 2024-11-03 22:37:37 -05:00
parent 5a1ecacced
commit 924106c81a

View file

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