diff --git a/frontend/components/layout/AppLayout.tsx b/frontend/components/layout/AppLayout.tsx index 959ba363..7f365d29 100644 --- a/frontend/components/layout/AppLayout.tsx +++ b/frontend/components/layout/AppLayout.tsx @@ -215,8 +215,8 @@ function AppLayoutInner({ children }: AppLayoutProps) { }; checkIsMobile(); - window.addEventListener('resize', checkIsMobile); - return () => window.removeEventListener('resize', checkIsMobile); + window.addEventListener("resize", checkIsMobile); + return () => window.removeEventListener("resize", checkIsMobile); }, []); // 프로필 관련 로직 @@ -322,18 +322,20 @@ function AppLayoutInner({ children }: AppLayoutProps) { return (