fix(markets): market info for liquidity is showing "added" tags (#4796)
This commit is contained in:
parent
f7037bca80
commit
f99f78780c
@ -658,7 +658,7 @@ export const LiquidityMonitoringParametersInfoPanel = ({
|
||||
parentMarket.liquidityMonitoringParameters.targetStakeParameters
|
||||
.scalingFactor,
|
||||
}
|
||||
: {};
|
||||
: undefined;
|
||||
|
||||
return <MarketInfoTable data={marketData} parentData={parentMarketData} />;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user