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