fix: remove div

This commit is contained in:
GyDi 2023-08-05 21:43:58 +08:00
parent e62eaa6b4b
commit 7854775de5
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

@ -58,14 +58,14 @@ export const ProviderButton = () => {
<ListItemText
primary={key}
secondary={
<div>
<>
<span style={{ marginRight: "4em" }}>
Type: {item.vehicleType}
</span>
<span title={time.format("YYYY-MM-DD HH:mm:ss")}>
Updated: {time.fromNow()}
</span>
</div>
</>
}
/>
<IconButton