add JPY currency (#176)
This commit is contained in:
parent
1a80f9d52b
commit
b855ce9bb9
|
@ -40,6 +40,7 @@ export default Controller.extend({
|
|||
{ id: "BRL", name: "BRL" },
|
||||
{ id: "DKK", name: "DKK" },
|
||||
{ id: "SGD", name: "SGD" },
|
||||
{ id: "JPY", name: "JPY" },
|
||||
];
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue