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}`)} />