Skip to content

Commit

Permalink
fixed the Sonar error
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaMaltseva committed Dec 16, 2024
1 parent cbc926b commit 9d41aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Disabled = {

export const WithFormattedValue = {
args: {
formatter: (value: any) => `$ ${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ','),
formatter: (value: any) => `$ ${value}`,
value: 1000
}
}
Expand Down

0 comments on commit 9d41aa8

Please sign in to comment.