From ddf3fd97014f813cc8f175a83a13b2937f4ea0c3 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 28 Sep 2023 13:42:20 +0200 Subject: [PATCH] :bug: Hiding OCR --- src/front/Components/Layouts/Folder/ViewDocuments/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx b/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx index caeb2c21..462792e8 100644 --- a/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx +++ b/src/front/Components/Layouts/Folder/ViewDocuments/index.tsx @@ -103,11 +103,11 @@ class ViewDocumentsClass extends BasePage { )}
- {this.state.document?.document_type?.name === "Document d'identité" && ( + {/* {this.state.document?.document_type?.name === "Document d'identité" && (
- )} + )} */}
{this.state.document?.document_status === EDocumentStatus.DEPOSITED && (