Skip to content
Snippets Groups Projects
Commit fd19b5a3 authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Remove work due from module list sidebar

parent a9c3713f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ const LeftBarModuleList: React.FC = () => { ...@@ -23,7 +23,6 @@ const LeftBarModuleList: React.FC = () => {
return ( return (
<LeftBar> <LeftBar>
<SideBarTabGroup title="Sort" buttons={sortButtons} /> <SideBarTabGroup title="Sort" buttons={sortButtons} />
<WorkDueGroup/>
</LeftBar> </LeftBar>
); );
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment