welsh text amends on reps
This commit is contained in:
@@ -285,10 +285,27 @@ const TopThree = (props) => {
|
||||
'$..[?(@.value=="' +
|
||||
showTopThreeArr[key]
|
||||
.representationCapacity +
|
||||
'")].value_cy',
|
||||
'" ||@.value_cy=="' +
|
||||
showTopThreeArr[key]
|
||||
.representationCapacity +
|
||||
'" )].value_cy',
|
||||
transLookup
|
||||
)
|
||||
: showTopThreeArr[key].representationCapacity || ""}
|
||||
: jsonpath(
|
||||
'$..[?(@.value_cy=="' +
|
||||
showTopThreeArr[key]
|
||||
.representationCapacity +
|
||||
'")].value',
|
||||
transLookup
|
||||
).length > 0
|
||||
? jsonpath(
|
||||
'$..[?(@.value_cy=="' +
|
||||
showTopThreeArr[key]
|
||||
.representationCapacity +
|
||||
'")].value',
|
||||
transLookup
|
||||
)
|
||||
: showTopThreeArr[key].representationCapacity}
|
||||
</div>
|
||||
<div className="cardModuleReference">
|
||||
<b>{t("myportal:date-raised")}:</b>
|
||||
|
||||
Reference in New Issue
Block a user