diff --git a/devfront/src/components/layout/AppLayout.tsx b/devfront/src/components/layout/AppLayout.tsx index 16bd3a9d..6fa5a481 100644 --- a/devfront/src/components/layout/AppLayout.tsx +++ b/devfront/src/components/layout/AppLayout.tsx @@ -24,9 +24,7 @@ function AppLayout() { }); const handleLogout = () => { - if ( - window.confirm(t("msg.dev.logout_confirm", "로그아웃 하시겠습니까?")) - ) { + if (window.confirm(t("msg.dev.logout_confirm", "로그아웃 하시겠습니까?"))) { auth.removeUser(); navigate("/login"); } diff --git a/devfront/src/features/clients/ClientGeneralPage.tsx b/devfront/src/features/clients/ClientGeneralPage.tsx index 341df6d3..bd0b000c 100644 --- a/devfront/src/features/clients/ClientGeneralPage.tsx +++ b/devfront/src/features/clients/ClientGeneralPage.tsx @@ -395,9 +395,7 @@ function ClientGeneralPage() { )}