GyDi 1 жил өмнө
parent
commit
7854775de5

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