From 3f42ed623adf591543bb8b738077e9172781ed09 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 9 Jun 2021 16:36:01 -0400 Subject: Fix malformed code issue --- src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils/common.ts b/src/utils/common.ts index 645f229a..1956e811 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -237,4 +237,4 @@ export const badgesToDisplayBadges = ( // Documentation: https://stackoverflow.com/questions/2901102/how-to-print-a-number-with-commas-as-thousands-separators-in-javascript export const numberWithCommas = (digits: number) => { return digits.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','); - \ No newline at end of file +}; -- cgit v1.2.3-70-g09d2