diff --git a/components/portfolio/Breakdown.tsx b/components/portfolio/Breakdown.tsx index 9e382decd..d4a0b6352 100644 --- a/components/portfolio/Breakdown.tsx +++ b/components/portfolio/Breakdown.tsx @@ -68,7 +68,7 @@ export const PortfolioBreakdown = (props: PortfolioBreakdownProps) => { title="Liquidity" value={poolZtgTotal?.mul(ZTG) ?? new Decimal(0)} usdZtgPrice={props.usdZtgPrice} - changePercentage={props.subsidy.changePercentage} + changePercentage={0} /> )} diff --git a/components/portfolio/MarketPositions.tsx b/components/portfolio/MarketPositions.tsx index b7ef68e80..8415a638c 100644 --- a/components/portfolio/MarketPositions.tsx +++ b/components/portfolio/MarketPositions.tsx @@ -170,103 +170,104 @@ export const MarketPositions = ({ ); }; - // if (positions.some(displayBalance)) { - return ( -