Merge branch 'CrypticaScriptura-xcd-release816-2' into release-8.1

This commit is contained in:
Rafael Taranto 2023-11-29 09:33:58 +00:00
commit 142f86c85c
3 changed files with 12 additions and 154 deletions

View file

@ -17,7 +17,7 @@ function massageCurrencies (currencies) {
const codeToRec = code => _.find(_.matchesProperty('code', code), mapped)
const top5 = _.map(codeToRec, top5Codes)
const raw = _.uniqBy(_.get('code'), _.concat(top5, mapped))
return raw.filter(r => r.code !== '' && r.code[0] !== 'X' && r.display.indexOf('(') === -1)
return raw.filter(r => r.code !== '' && r.display.indexOf('(') === -1)
}
const mapLanguage = lang => {