Skip to content

Commit

Permalink
ISSD-4072 Remove tasks from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMaAlves authored and brianchandotcom committed Apr 15, 2024
1 parent a235a25 commit 5078e41
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import TestrayIcons from '../Icons/TestrayIcon';
import Tooltip from '../Tooltip';
import SidebarFooter from './SidebarFooter';
import SidebarItem from './SidebarItem';
import TaskSidebar from './TasksSidebar';

const Sidebar = () => {
const {pathname} = useLocation();
Expand Down Expand Up @@ -160,8 +159,6 @@ const Sidebar = () => {
<div className="tr-sidebar__content__divider" />
</div>

<TaskSidebar expanded={expanded} />

<div className="pb-1">
<SidebarFooter
expanded={expanded}
Expand Down

0 comments on commit 5078e41

Please sign in to comment.