Skip to content

Commit

Permalink
remove identities tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 2, 2023
1 parent 5b2c69d commit 28b5672
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tapis-app/Workflows/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Dashboard } from '../Dashboard';
import { default as PipelinesLayout } from '../Pipelines';
import { default as ArchivesLayout } from '../Archives';
import { default as GroupsLayout } from '../Groups';
import { default as IdentitiesLayout } from '../Identities';

const Router: React.FC = () => {
const { path } = useRouteMatch();
Expand All @@ -26,9 +25,9 @@ const Router: React.FC = () => {
<PipelinesLayout />
</Route>

<Route path={`${path}/identities`}>
{/* <Route path={`${path}/identities`}>
<IdentitiesLayout />
</Route>
</Route> */}

{/* <Route
path={`${path}/groups/:groupId`}
Expand Down

0 comments on commit 28b5672

Please sign in to comment.