-
:
}
- >
- {roOptions.map((item, idx) => (
-
- {` ${item.ro_number || ""} | ${item.ownr_fn || ""} ${
- item.ownr_ln || ""
- } ${item.ownr_co_nm || ""}`}
-
- ))}
-
+
+
+ : }
+ >
+ {roOptions.map((item, idx) => (
+
+ {` ${item.ro_number || ""} | ${item.ownr_fn || ""} ${
+ item.ownr_ln || ""
+ } ${item.ownr_co_nm || ""}`}
+
+ ))}
+
+
{loading ? : null}
{loading ? (
@@ -41,6 +41,6 @@ export default function ChatTagRoComponent({
) : (
setVisible(false)} />
)}
-
+
);
}
diff --git a/client/src/components/job-detail-cards/job-detail-cards.notes.component.jsx b/client/src/components/job-detail-cards/job-detail-cards.notes.component.jsx
index 39b27c5f6..57fdec9ba 100644
--- a/client/src/components/job-detail-cards/job-detail-cards.notes.component.jsx
+++ b/client/src/components/job-detail-cards/job-detail-cards.notes.component.jsx
@@ -29,7 +29,7 @@ export default function JobDetailCardsNotesComponent({ loading, data }) {
bordered
dataSource={data.notes}
renderItem={(item) => (
-