Skip to content

Commit

Permalink
fix :: 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Jul 11, 2024
1 parent bf26c52 commit fcc7483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/common/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Layout = ({ children }: Props) => {
return (
<>
<Container>
{pathname !== "/login" && <Sidebar />}
{pathname !== "/login/" && <Sidebar />}
<Wrap $isSign={pathname == "/sign" ? false : true}>{children}</Wrap>
</Container>
</>
Expand Down

0 comments on commit fcc7483

Please sign in to comment.