diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx index 3ef81741..b4920f84 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx @@ -37,11 +37,13 @@ export default class ClientSection extends React.Component { {this.doesFolderHaveCustomer() ? ( <>
{this.renderCustomerFolders()}
- - - + {this.props.anchorStatus === AnchorStatus.NOT_ANCHORED && ( + + + + )} ) : (
@@ -50,11 +52,13 @@ export default class ClientSection extends React.Component { Aucun client n'est associƩ au dossier.
- - - + {this.props.anchorStatus === AnchorStatus.NOT_ANCHORED && ( + + + + )} )}