Skip to content

Commit

Permalink
trying new ts ignore locations...
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclombardssw committed Oct 2, 2024
1 parent 6ee3be2 commit ee6e233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/Events.template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
)
Expand Down

0 comments on commit ee6e233

Please sign in to comment.