From ee6e233cad12086b26b2e8b52735b051a5750308 Mon Sep 17 00:00:00 2001 From: isaaclombardssw Date: Wed, 2 Oct 2024 11:29:24 +1000 Subject: [PATCH] trying new ts ignore locations... --- components/blocks/Events.template.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/blocks/Events.template.tsx b/components/blocks/Events.template.tsx index 62907f9e5..a69125a82 100644 --- a/components/blocks/Events.template.tsx +++ b/components/blocks/Events.template.tsx @@ -14,9 +14,9 @@ type offset = { value: any; label: string; }; const offsetFormat = new Intl.NumberFormat("en-US", - // @ts-ignore: the below is used for showing offset hours and the linter is not recognising the roundingMode property that exists on the docs { maximumFractionDigits: 0, + // @ts-ignore: the below is used for showing offset hours and the linter is not recognising the roundingMode property that exists on the docs roundingMode: "trunc" } )