From fee3b3d6b6a10941a4473af7e4d112379dca16f0 Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 5 Nov 2019 18:20:32 +0100 Subject: [PATCH] =?UTF-8?q?:art:=20Style=20de=20la=20s=C3=A9lection=20de?= =?UTF-8?q?=20commune?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/conversation/select/SelectGéo.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/source/components/conversation/select/SelectGéo.js b/source/components/conversation/select/SelectGéo.js index e9f2b45ae..45182d754 100644 --- a/source/components/conversation/select/SelectGéo.js +++ b/source/components/conversation/select/SelectGéo.js @@ -73,7 +73,7 @@ export default FormDecorator('select')(function Select({ } return ( -
+ <> {nom + ` (${departement?.nom})`} ) })} -
+ ) })