= ( {objectif_name, value, d
return (
+ {tags?.map((tag) => {tag}) }
{objectif_name}
- {state}
+
+
@@ -74,7 +70,7 @@ export const TargetCard: React.FC = ( {objectif_name, value, d
}]} ghost defaultActiveKey={['1']} />
+ children: }]} ghost defaultActiveKey={['1']} />
)
}