more
This commit is contained in:
@@ -164,7 +164,11 @@ const CaseTypePage = ({ caseData }) => {
|
|||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
<Col className="mb-3">
|
<Col className="mb-3">
|
||||||
<div className="edit-modal-label">Lead attorney</div>
|
{isEditing ? (
|
||||||
|
<div className="edit-modal-label">Lead Attorney</div>
|
||||||
|
) : (
|
||||||
|
<></>
|
||||||
|
)}
|
||||||
<TextInput
|
<TextInput
|
||||||
key={"leadAttorneys"}
|
key={"leadAttorneys"}
|
||||||
name={"leadAttorneys"}
|
name={"leadAttorneys"}
|
||||||
|
|||||||
Reference in New Issue
Block a user