This commit is contained in:
2023-07-26 09:39:15 +02:00
parent 3a2926e6fc
commit b485e159eb
2 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
const iskFormater = new Intl.NumberFormat("is-IS", {
export const iskFormater = new Intl.NumberFormat("is-IS", {
style: "currency",
currency: "ISK",
minimumFractionDigits: 2,
});
export const iskFormat = iskFormater.format;