Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 786d33d

Browse files
committed
Merge branch 'next' of github.com:OriginProtocol/origin-defi into next
2 parents f63d8c5 + a2f6d6e commit 786d33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/analytics/arm/src/components/TradingProfitChart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ export const TradingProfitChart = ({
204204
}[ma]
205205
} avg`,
206206
value: (d) =>
207-
intl.formatNumber(d[`${ma}${currency}`] / 100, {
208-
style: 'percent',
207+
intl.formatNumber(d[`${ma}${currency}`], {
209208
maximumFractionDigits: 2,
210209
minimumFractionDigits: 2,
211210
}),
211+
currency,
212212
color: [theme.palette.chart5, theme.palette.chart2],
213213
},
214214
{

0 commit comments

Comments
 (0)