From 4da08e427d935df0914b356822435d6f998497aa Mon Sep 17 00:00:00 2001 From: seonmiki Date: Sun, 17 Nov 2024 17:27:47 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20FIX:=204=EC=B8=B5=20=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=20=EC=8B=9C=20map=20=EC=9D=80=202=EC=B8=B5=EC=9D=84=20default?= =?UTF-8?q?=EB=A1=9C=20#1703?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/Cabinet/components/MapInfo/MapInfo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Cabinet/components/MapInfo/MapInfo.tsx b/frontend/src/Cabinet/components/MapInfo/MapInfo.tsx index fd82be807..1259ed0c6 100644 --- a/frontend/src/Cabinet/components/MapInfo/MapInfo.tsx +++ b/frontend/src/Cabinet/components/MapInfo/MapInfo.tsx @@ -33,8 +33,8 @@ const MapInfo = ({ style={{ width: "24px", cursor: "pointer" }} /> - - + + ); };