value.customer?.uid === customer.uid) ?? null}
+ customerNote={folder.FolderData?.notes?.find((value: any) => value.customer?.uid === customer.uid) ?? null}
/>
{anchorStatus === AnchorStatus.NOT_ANCHORED && (
+ .modules.pages.Folder.pages.AskDocument.props.path.replace("[folderUid]", folder.processId ?? "")
+ .replace("[customerUid]", customer?.uid ?? "")}>
} variant={EButtonVariant.PRIMARY} fullwidth>
Demander un document
@@ -126,7 +128,7 @@ export default function ClientView(props: IProps) {
- {customer.uid && folder.uid && }
+ {customer?.uid && folder.processId && }
);