Skip to content

Commit

Permalink
fix(TimeComparisonColumns): Remove currency formatter from percentage…
Browse files Browse the repository at this point in the history
… comparison column (#28151)

(cherry picked from commit 2ae7a36)
  • Loading branch information
rtexelm authored and sadpandajoe committed Apr 19, 2024
1 parent 3d14a92 commit b4bbe7d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,13 @@ const processComparisonColumns = (
},
{
...col,
config: {
...col.config,
currencyFormat: {
symbol: ``,
symbolPosition: ``,
},
},
formatter: getNumberFormatter(numberFormat || PERCENT_3_POINT),
label: `%`,
key: `% ${col.key}`,
Expand Down

0 comments on commit b4bbe7d

Please sign in to comment.