Skip to content

Commit

Permalink
Fix: removed broken link from Projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fborges committed Oct 5, 2023
1 parent 23a4ebd commit 44ba1f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/spa/src/components/ProjectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ export const ProjectPage = ({
name: t("settings_actions.projects_stages"),
href: `/companies/${companySlug}/projects/${projectId}/stage_project_configs`,
},
{
name: t("settings_actions.risk_settings"),
href: `/companies/${companySlug}/projects/${projectId}/project_risk_configs`,
},
]
const taskTabs = [
{
Expand Down

0 comments on commit 44ba1f2

Please sign in to comment.