Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela committed Feb 5, 2024
1 parent 0ef9b9c commit c11d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/number-format.ts
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit c11d757

Please sign in to comment.