From 6c744481808a949bee53af259f504c1376be1d59 Mon Sep 17 00:00:00 2001 From: Vins Date: Fri, 31 May 2024 16:12:59 +0200 Subject: [PATCH] Fixed rib download button --- src/front/Components/Layouts/ClientDashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/ClientDashboard/index.tsx b/src/front/Components/Layouts/ClientDashboard/index.tsx index 0c468794..0d308385 100644 --- a/src/front/Components/Layouts/ClientDashboard/index.tsx +++ b/src/front/Components/Layouts/ClientDashboard/index.tsx @@ -146,7 +146,7 @@ export default function ClientDashboard(props: IProps) {

{contact?.email}

- {!folder?.office?.rib_name && ( + {folder?.office?.rib_name && ( //Div to avoid the button to be on the same line as the text