Notes lifecycle events added to job details.

This commit is contained in:
Patrick Fic
2020-01-21 15:11:04 -08:00
parent 26745f2e62
commit 4bac820887
14 changed files with 546 additions and 90 deletions

View File

@@ -5,6 +5,7 @@ import JobLinesContainer from "../../components/job-lines/job-lines.container.co
import JobTombstone from "../../components/job-tombstone/job-tombstone.component";
import JobsDocumentsContainer from "../../components/jobs-documents/jobs-documents.container";
import { FaRegStickyNote } from "react-icons/fa";
import JobNotesContainer from "../../components/jobs-notes/jobs-notes.container";
function JobsDetailPage({ jobId, hash, data, match }) {
const { t } = useTranslation();
@@ -64,7 +65,7 @@ function JobsDetailPage({ jobId, hash, data, match }) {
</span>
}
key='#notes'>
lol notes here
<JobNotesContainer jobId={jobId} />
</Tabs.TabPane>
</Tabs>
</Row>