Skip to content

Commit

Permalink
refactor: App 에서 사이드바 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
BadaHertz52 committed Aug 8, 2024
1 parent cbce6ba commit 75bec10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const App = () => {

return (
<PageLayout>
{isSidebarModalOpen && (
{/* {isSidebarModalOpen && (
<SideModal isSidebarHidden={isSidebarHidden} closeModal={closeSidebar}>
<Sidebar closeSidebar={closeSidebar} />
</SideModal>
)}
)} */}
<Topbar openSidebar={openSidebar} />
<Main>
<Outlet />
Expand Down

0 comments on commit 75bec10

Please sign in to comment.