Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-d-desai authored Sep 30, 2021
2 parents 8f1efd0 + ebc7552 commit c8ece3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ export function removeWhitespace(input: string) {

export function formatNumber(format: string, streng: string) {
let result = '';

let strengIndex = 0;

for (let i = 0; i < format.length; i++) {
if (streng[strengIndex] === undefined) {
break;
Expand Down

0 comments on commit c8ece3a

Please sign in to comment.