refactor History
This commit is contained in:
parent
6b0d2fe9cd
commit
ee5763b197
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue