This commit is contained in:
Vins 2024-02-20 14:39:07 +01:00
parent 6de6ed0bd5
commit 601e33e43d

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</Button>
)} )}
</div> </div>
); );