diff --git a/src/components/proxy/provider-button.tsx b/src/components/proxy/provider-button.tsx
index 9ed38b7c68edfd1b6dd87b6ac150a2dbe84ff7a0..5a63072ef45fcca62a7d4722fa565c28960e5379 100644
--- a/src/components/proxy/provider-button.tsx
+++ b/src/components/proxy/provider-button.tsx
@@ -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