Skip to content

Commit

Permalink
Merge branch 'release-dev' into release-uat
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu authored Oct 23, 2024
2 parents 8fe57b3 + 5bb2da9 commit e4c3f3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ const Dashboard = () => {
}, [authorizedDelegableProducts, isPT, hasDelegation, canAggregatorSeeHandleDelegations]);

// Check if the current route matches any path in the array
const paths = [DASHBOARD_ROUTES.ADD_DELEGATE.path, `${ENV.ROUTES.USERS}/add`];
// TODO `${ENV.ROUTES.USERS}/add` add after release in PROD
const paths = [DASHBOARD_ROUTES.ADD_DELEGATE.path];

const match = matchPath(location.pathname, {
path: paths,
Expand Down

0 comments on commit e4c3f3d

Please sign in to comment.