From 35fe26091484e92357c9d12b2c56055b35a0c37d Mon Sep 17 00:00:00 2001 From: alma Date: Thu, 15 Jan 2026 23:24:51 +0100 Subject: [PATCH] widget leantime refactor --- components/flow.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/flow.tsx b/components/flow.tsx index 07889af..c0e3a52 100644 --- a/components/flow.tsx +++ b/components/flow.tsx @@ -342,11 +342,13 @@ export function Duties() {
- {task.projectName} {(task as any).source === 'twenty-crm' ? ( - SLM IF (Médiation) + SLM IF (Médiation) ) : ( - (Agilité) + <> + {task.projectName} + (Agilité) + )}