Merge branch 'staging' into preprod
This commit is contained in:
commit
2827071349
@ -20,7 +20,7 @@ export default function ContactBox(props: IProps) {
|
||||
|
||||
const notaryContact = useMemo(
|
||||
() =>
|
||||
folder?.stakeholders!.find((stakeholder) => stakeholder.office_role?.name === "Collaborateur")?.contact ??
|
||||
folder?.stakeholders!.find((stakeholder) => stakeholder.office_role?.name === "Notaire")?.contact ??
|
||||
folder?.stakeholders![0]!.contact,
|
||||
[folder],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user