Notes lifecycle events added to job details.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user