IO-723 Audit Job Notes
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
import { List } from "antd";
|
import { List } from "antd";
|
||||||
import { WarningFilled, EyeInvisibleFilled } from "@ant-design/icons";
|
import {
|
||||||
|
WarningFilled,
|
||||||
|
EyeInvisibleFilled,
|
||||||
|
AuditOutlined,
|
||||||
|
} from "@ant-design/icons";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import CardTemplate from "./job-detail-cards.template.component";
|
import CardTemplate from "./job-detail-cards.template.component";
|
||||||
@@ -31,6 +35,7 @@ export default function JobDetailCardsNotesComponent({ loading, data }) {
|
|||||||
<EyeInvisibleFilled style={{ margin: 4, color: "red" }} />
|
<EyeInvisibleFilled style={{ margin: 4, color: "red" }} />
|
||||||
) : null}
|
) : null}
|
||||||
{item.private ? <WarningFilled style={{ margin: 4 }} /> : null}
|
{item.private ? <WarningFilled style={{ margin: 4 }} /> : null}
|
||||||
|
{item.audit ? <AuditOutlined style={{ margin: 4 }} /> : null}
|
||||||
{item.text}
|
{item.text}
|
||||||
</List.Item>
|
</List.Item>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user