💄 Add CHF currency
This commit is contained in:
parent
4cea72ddc7
commit
5f9df83701
@ -68,6 +68,7 @@ export class UtilsService {
|
|||||||
{ c: "GBP", s: "£" },
|
{ c: "GBP", s: "£" },
|
||||||
{ c: "JPY", s: "¥" },
|
{ c: "JPY", s: "¥" },
|
||||||
{ c: "USD", s: "$" },
|
{ c: "USD", s: "$" },
|
||||||
|
{ c: "CHF", s: "CHF" },
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user