From 0d9b4a51b1fefa4bc759f2f1c628d4f3f07b799a Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 26 May 2021 23:45:06 +0100 Subject: [PATCH] Update sidebar component --- src/components/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index d1f436a..185a583 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -109,7 +109,7 @@ const Sidebar = () => { history.push(`/category/${project.id}`)} + onClick={() => history.push(`/project/${project.id}`)} /> { history.push(`/category/${feature.id}`)} + onClick={() => history.push(`/feature/${feature.id}`)} />