From 7854775de5c259e2d598713d63cd9ac1e8ce02d9 Mon Sep 17 00:00:00 2001 From: GyDi <zzzgydi@gmail.com> Date: Sat, 5 Aug 2023 21:43:58 +0800 Subject: [PATCH] fix: remove div --- src/components/proxy/provider-button.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/proxy/provider-button.tsx b/src/components/proxy/provider-button.tsx index 9ed38b7..5a63072 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 -- GitLab