Remove redundant Tools path (#1887)

This commit is contained in:
Kaan Kabalak
2022-04-21 21:16:06 -07:00
committed by GitHub
parent bbe494f85c
commit c2303f78df

View File

@@ -64,20 +64,6 @@ const Tools = () => {
);
}}
/>
<Route
path={IAM_PAGES.PROFILE}
exact
render={() => {
return (
<FeatureNotAvailablePage
icon={<SupportMenuIcon />}
pageHeaderText={"Support"}
title={"Profile"}
message={<div>This feature is currently not available.</div>}
/>
);
}}
/>
<Route path={IAM_PAGES.SUPPORT_INSPECT} exact component={Inspect} />
<Route component={NotFoundPage} />
</Switch>