From 302feb4b869288c24e1e497a4d94e126df6c52fd Mon Sep 17 00:00:00 2001 From: sanguu516 Date: Thu, 11 Apr 2024 14:45:37 +0900 Subject: [PATCH] =?UTF-8?q?controlMain=20right=20menu=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/control/main/ControlMain.js | 32 +++++++++------------------ 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/src/views/control/main/ControlMain.js b/src/views/control/main/ControlMain.js index 73223de..cddb2a9 100644 --- a/src/views/control/main/ControlMain.js +++ b/src/views/control/main/ControlMain.js @@ -308,29 +308,17 @@ const ControlMain = () => {
)} - {openSetting ? ( -
- -
- -
+
+ +
+
- ) : ( -
- -
-
- )} +
); };