From 3a2926e6fcaa17a47cc3363c83bd7530b8a04bc5 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Wed, 26 Jul 2023 09:38:37 +0200 Subject: [PATCH] cleanup --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 1a5b334..41525bf 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -4,4 +4,4 @@ const iskFormater = new Intl.NumberFormat("is-IS", { minimumFractionDigits: 2, }); -export const iskFormat = (value: number): string => iskFormater.format(value); +export const iskFormat = iskFormater.format;