From 7b3963e378fd600146d53b8c8ccdafc8da0d2ff4 Mon Sep 17 00:00:00 2001 From: Yejiin21 <101397075+Yejiin21@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:27:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=83=9D?= =?UTF-8?q?=EA=B8=B8=20=EB=95=8C=20=EB=B0=80=EB=A6=AC=EB=8A=94=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/dashboard/ui/SideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/dashboard/ui/SideBar.tsx b/src/widgets/dashboard/ui/SideBar.tsx index 7858985..6d6852c 100644 --- a/src/widgets/dashboard/ui/SideBar.tsx +++ b/src/widgets/dashboard/ui/SideBar.tsx @@ -20,7 +20,7 @@ const SideBar = ({ onClose }: { onClose: () => void }) => { }; return ( -
+
}