From 85cde842a23638433414862e6ca6a472504450be Mon Sep 17 00:00:00 2001 From: Noemi Pusceddu Date: Wed, 7 May 2025 11:17:28 +0200 Subject: [PATCH] add div --- .../components/DomandeTablePreInstructorAsync/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js b/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js index a2e4228..c907bd5 100644 --- a/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js +++ b/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js @@ -145,7 +145,7 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => { ? __('Valuta', 'gepafin') : __('Mostra', 'gepafin'); return ( - <> +
) } }