diff --git a/publicodes/source/components/mecanisms/common.tsx b/publicodes/source/components/mecanisms/common.tsx index da27c1c74..5103d1ab2 100644 --- a/publicodes/source/components/mecanisms/common.tsx +++ b/publicodes/source/components/mecanisms/common.tsx @@ -231,7 +231,8 @@ const StyledMecanismName = styled.button<{ name: string; inline?: boolean }>` export function Leaf({ dottedName, acronyme, - title, + name, + explanation: { title }, nodeValue, unit }: EvaluatedRule) {