Merge branch 'CrypticaScriptura-xcd-release816-2' into release-8.1
This commit is contained in:
commit
142f86c85c
3 changed files with 12 additions and 154 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue