From f48c40ce0c6924ac46b2bdc3164308e5a6cf3136 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 31 Aug 2018 01:21:43 +0200 Subject: deploy bundle --- app/client/common/selectGroup.component.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/client/common') diff --git a/app/client/common/selectGroup.component.js b/app/client/common/selectGroup.component.js index b653fdf..5c1af51 100644 --- a/app/client/common/selectGroup.component.js +++ b/app/client/common/selectGroup.component.js @@ -20,11 +20,12 @@ class SelectGroup extends Component { const groupName = group.name const children = group.options.map(key => { let name = key.length < 2 ? key.toUpperCase() : key - let value = key.replace(/_/g, ' ') + name = name.replace(/_/g, ' ') + let value = key lastValue = value return ( ) }) -- cgit v1.2.3-70-g09d2