This commit is contained in:
VincentAlamelle 2024-02-27 10:18:17 +01:00 committed by GitHub
commit cdf9e5065a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>
); );