From b081494b702109262ae166f20deab31f898d2f9c Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Wed, 20 Sep 2023 17:11:08 +0200 Subject: [PATCH] :bug: User folder hadn't props isArchived in archived folders --- .../FolderArchived/FolderInformation/ClientSection/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx b/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx index cf19ee59..2c2b7918 100644 --- a/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx +++ b/src/front/Components/Layouts/FolderArchived/FolderInformation/ClientSection/index.tsx @@ -49,6 +49,7 @@ export default class ClientSection extends React.Component { key={customer.uid} isOpened={this.state.openedCustomer === customer.uid} onChange={this.changeUserFolder} + isArchived /> ); });