Skip to content
Snippets Groups Projects
Unverified Commit 7854775d authored by GyDi's avatar GyDi
Browse files

fix: remove div

parent e62eaa6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment