From fd19b5a3da1f5e50f921d4915c8d26b74f038db2 Mon Sep 17 00:00:00 2001
From: Sudarshan Sreeram <sudarshan.sreeram19@imperial.ac.uk>
Date: Thu, 13 Aug 2020 11:27:23 +0530
Subject: [PATCH] Remove work due from module list sidebar

---
 frontend/src/components/organisms/LeftBarModuleList/index.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontend/src/components/organisms/LeftBarModuleList/index.tsx b/frontend/src/components/organisms/LeftBarModuleList/index.tsx
index 4c3d67e81..98bd843f0 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>
   );
 };
-- 
GitLab