Merge branch 'staging' into preprod

This commit is contained in:
Vins 2024-02-27 10:17:30 +01:00
commit 17b078d448

View File

@ -122,7 +122,7 @@ export default function ClientDashboard(props: IProps) {
</div> </div>
{folder?.office?.rib_name && ( {folder?.office?.rib_name && (
//Div to avoid the button to be on the same line as the text //Div to avoid the button to be on the same line as the text
<Button onClick={downloadFile}>Télécharger le RIB</Button> <Button onClick={downloadFile}>Télécharger le RIB de votre notaire</Button>
)} )}
</div> </div>
); );