diff --git a/frontend/src/components/organisms/LeftBarModuleList/index.tsx b/frontend/src/components/organisms/LeftBarModuleList/index.tsx index 4c3d67e813031723dfcdde4002dfb1a82793baeb..98bd843f072b1db74cb3ff96f73cee9fdf822925 100644 --- a/frontend/src/components/organisms/LeftBarModuleList/index.tsx +++ b/frontend/src/components/organisms/LeftBarModuleList/index.tsx @@ -23,7 +23,6 @@ const LeftBarModuleList: React.FC = () => { return ( <LeftBar> <SideBarTabGroup title="Sort" buttons={sortButtons} /> - <WorkDueGroup/> </LeftBar> ); };