From 601e33e43db492208ce8358dce3232363555c0ea Mon Sep 17 00:00:00 2001 From: Vins Date: Tue, 20 Feb 2024 14:39:07 +0100 Subject: [PATCH] Typo --- 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 21794511..f4f3cc25 100644 --- a/src/front/Components/Layouts/ClientDashboard/index.tsx +++ b/src/front/Components/Layouts/ClientDashboard/index.tsx @@ -122,7 +122,7 @@ export default function ClientDashboard(props: IProps) { {folder?.office?.rib_name && ( //Div to avoid the button to be on the same line as the text - + )} );