From 633275e090381d0078776383c59e82713d7f1819 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Tue, 15 Sep 2020 16:27:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Corrige=20l'affichage=20des=20r?= =?UTF-8?q?=C3=A9f=C3=A9rences=20dans=20la=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publicodes/source/components/mecanisms/common.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {