From cafd05a09cde56ca969d03c3508c2cc781e674c4 Mon Sep 17 00:00:00 2001 From: Largopie <106071687+Largopie@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:57:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A4=91=EB=B3=B5=20=EC=84=A0=EC=96=B8?= =?UTF-8?q?=EB=90=9C=20alert=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/_common/Header/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/_common/Header/index.tsx b/frontend/src/components/_common/Header/index.tsx index 491c0ecfe..f833be6a8 100644 --- a/frontend/src/components/_common/Header/index.tsx +++ b/frontend/src/components/_common/Header/index.tsx @@ -23,8 +23,6 @@ export default function Header() { const handleAuthButtonClick = async () => { if (isLoggedIn) { postLogoutMutate(uuid); - - alert('로그아웃 되었습니다 :)'); } else { navigate(`/meeting/${uuid}/login`); }