Added tab control for job detail page. No attached user story.

This commit is contained in:
Patrick Fic
2020-03-10 15:50:30 -07:00
parent 39e3b5fb6f
commit 7567f4952f
4 changed files with 27 additions and 24 deletions

View File

@@ -81,11 +81,6 @@ export default function Manage({ match }) {
path={`${match.path}/jobs/:jobId`}
component={JobsDetailPage}
/>
<Route
exact
path={`${match.path}/jobs/:jobId/documents`}
component={JobsDocumentsPage}
/>
<Route
exact
path={`${match.path}/profile`}