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 <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