Skip to content

Commit

Permalink
[FE] 중복 선언된 alert 제거 (#317)
Browse files Browse the repository at this point in the history
fix: 중복 선언된 alert 제거
  • Loading branch information
Largopie authored Aug 23, 2024
1 parent 30dc882 commit 92e270e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/_common/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export default function Header() {
const handleAuthButtonClick = async () => {
if (isLoggedIn) {
postLogoutMutate(uuid);

alert('로그아웃 되었습니다 :)');
} else {
navigate(`/meeting/${uuid}/login`);
}
Expand Down

0 comments on commit 92e270e

Please sign in to comment.