fix(trading): do not use stakeToCcyVolume to format fees value (#5280)
This commit is contained in:
parent
22703d937e
commit
5661b74082
@ -399,7 +399,7 @@ export const LiquidityTable = ({
|
|||||||
headerTooltip: t(
|
headerTooltip: t(
|
||||||
`The liquidity fees accrued by each provider, which will be distributed at the end of the epoch after applying any penalties.`
|
`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,
|
tooltipValueGetter: feesAccruedTooltip,
|
||||||
cellClassRules: {
|
cellClassRules: {
|
||||||
'text-warning': ({ data }: { data: LiquidityProvisionData }) => {
|
'text-warning': ({ data }: { data: LiquidityProvisionData }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user