Compare commits

...
Author SHA1 Message Date
Matthew Russell 346bbf803e fix: dont sue stakeToCcyVolume to format fees value 2023-11-15 14:03:46 -08:00
+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 }) => {