fix: remove div
This commit is contained in:
parent
e62eaa6b4b
commit
7854775de5
@ -58,14 +58,14 @@ export const ProviderButton = () => {
|
|||||||
<ListItemText
|
<ListItemText
|
||||||
primary={key}
|
primary={key}
|
||||||
secondary={
|
secondary={
|
||||||
<div>
|
<>
|
||||||
<span style={{ marginRight: "4em" }}>
|
<span style={{ marginRight: "4em" }}>
|
||||||
Type: {item.vehicleType}
|
Type: {item.vehicleType}
|
||||||
</span>
|
</span>
|
||||||
<span title={time.format("YYYY-MM-DD HH:mm:ss")}>
|
<span title={time.format("YYYY-MM-DD HH:mm:ss")}>
|
||||||
Updated: {time.fromNow()}
|
Updated: {time.fromNow()}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user