From c11d75729493d7cbcfe27ec0e3ded00285de89cf Mon Sep 17 00:00:00 2001 From: Biel Stela Date: Mon, 5 Feb 2024 13:50:42 +0100 Subject: [PATCH] Fix lint --- client/src/utils/number-format.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/number-format.ts b/client/src/utils/number-format.ts index 719d8aef1..3e35866e8 100644 --- a/client/src/utils/number-format.ts +++ b/client/src/utils/number-format.ts @@ -1,4 +1,4 @@ -import {format} from 'd3-format'; +import { format } from 'd3-format'; // for numbers bigger than 1 export const NUMBER_FORMAT = format('.2~s');