fix: replace puloon list with F56
This commit is contained in:
parent
348260931e
commit
a9b7221a38
4 changed files with 361 additions and 155 deletions
|
|
@ -5,7 +5,7 @@ const getBillOptions = R.curry((locale, denomiations) => {
|
|||
return R.compose(
|
||||
R.map(code => ({ code: parseInt(code), display: code })),
|
||||
R.keys,
|
||||
R.path([currency])
|
||||
R.path([currency, 'lengths'])
|
||||
)(denomiations)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue