diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx index 2a493164..d8dd6ca1 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx @@ -209,7 +209,7 @@ export default function DocumentTables(props: IProps) { - + {askedDocuments.length > 0 &&
} {toValidateDocuments.length > 0 &&
} {validatedDocuments.length > 0 &&
} {refusedDocuments.length > 0 &&
}