Skip to content

Commit

Permalink
fix: remove div
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Aug 5, 2023
1 parent e62eaa6 commit 7854775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/proxy/provider-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7854775

Please sign in to comment.