diff --git a/src/components/Asset/AssetActions/Pool/Graph/_utils.ts b/src/components/Asset/AssetActions/Pool/Graph/_utils.ts index eb36b1e77..6d5ec2451 100644 --- a/src/components/Asset/AssetActions/Pool/Graph/_utils.ts +++ b/src/components/Asset/AssetActions/Pool/Graph/_utils.ts @@ -25,7 +25,7 @@ export function getOptions( borderColor: isDarkMode ? `#41474e` : `#e2e2e2`, callbacks: { label: (tooltipItem: TooltipItem) => - `${formatPrice(`${tooltipItem.formattedValue}`, locale)} ${symbol}` + `${tooltipItem.formattedValue} ${symbol}` } } },