fix(trading): do not use stakeToCcyVolume to format fees value (#5280)

This commit is contained in:
Matthew Russell
2023-11-16 09:34:38 +00:00
committed by GitHub
parent 22703d937e
commit a02b6ff860
+1 -1
View File
@@ -399,7 +399,7 @@ export const LiquidityTable = ({
headerTooltip: t(
`The liquidity fees accrued by each provider, which will be distributed at the end of the epoch after applying any penalties.`
),
valueFormatter: stakeToCcyVolumeQuantumFormatter,
valueFormatter: assetDecimalsQuantumFormatter,
tooltipValueGetter: feesAccruedTooltip,
cellClassRules: {
'text-warning': ({ data }: { data: LiquidityProvisionData }) => {