Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
♻️ projectRoute -> modern (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wilmer authored and Shane Wilson committed Jul 31, 2017
1 parent 6d886d9 commit 102d947
Show file tree
Hide file tree
Showing 27 changed files with 2,974 additions and 1,128 deletions.
2 changes: 1 addition & 1 deletion src/packages/@ncigdc/components/PortalContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const PortalContainer = ({
<Route exact path="/projects" component={ProjectsRoute} />
<Route exact path="/annotations" component={AnnotationsRoute} />
<Route exact path="/query" component={SmartSearchRoute} />
<Route path="/projects/:id" component={ProjectRoute} />
{ProjectRoute}
<Route path="/files/:id" component={FileRoute} />
<Route path="/cases/:id" component={CaseRoute} />
<Route path="/annotations/:id" component={AnnotationRoute} />
Expand Down
Loading

0 comments on commit 102d947

Please sign in to comment.