copy amends
This commit is contained in:
@@ -68,7 +68,7 @@ let BuildCheckRow = (props) => {
|
||||
|
||||
let labelTrans =
|
||||
router.locale == "cy"
|
||||
? jsonpath("$..[?(@.value=='" + label + "')].value_cy", formObj)
|
||||
? jsonpath('$..[?(@.value=="' + label + '")].value_cy', formObj)
|
||||
: label;
|
||||
return labelTrans;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user