Skip to content

Commit c2303f7

Browse files
authored
Remove redundant Tools path (#1887)
1 parent bbe494f commit c2303f7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

portal-ui/src/screens/Console/Tools/Tools.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,6 @@ const Tools = () => {
6464
);
6565
}}
6666
/>
67-
<Route
68-
path={IAM_PAGES.PROFILE}
69-
exact
70-
render={() => {
71-
return (
72-
<FeatureNotAvailablePage
73-
icon={<SupportMenuIcon />}
74-
pageHeaderText={"Support"}
75-
title={"Profile"}
76-
message={<div>This feature is currently not available.</div>}
77-
/>
78-
);
79-
}}
80-
/>
8167
<Route path={IAM_PAGES.SUPPORT_INSPECT} exact component={Inspect} />
8268
<Route component={NotFoundPage} />
8369
</Switch>

0 commit comments

Comments
 (0)