Explorar el Código

fix: remove div

GyDi hace 1 año
padre
commit
7854775de5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/proxy/provider-button.tsx

+ 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