From b0d6c1a3c0cb4560f4ac26bef82a63b65e03a702 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Wed, 10 May 2023 10:53:02 +0200 Subject: [PATCH] fix bug 1 --- .../FolderInformation/ClientSection/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx b/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx index 83f4950e..b8d38552 100644 --- a/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx +++ b/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx @@ -20,7 +20,7 @@ export default class ClientSection extends React.Component { this.changeUserFolder = this.changeUserFolder.bind(this); } - + public override render(): JSX.Element { return (
@@ -42,13 +42,12 @@ export default class ClientSection extends React.Component { private renderCustomerFolders() { const output = this.props.folder.office_folder_has_customers?.map((folderHasCustomer) => { if (!folderHasCustomer.customer) return null; - // TODO : Les documents ASKED fonctionne mais les autres documents ne doivcent etre seulement ceux qui correspondent au folder return ( );