Compare commits

...
Author SHA1 Message Date
Madalina Raicu 2d018efd81 fix: update order on market trade header 2023-03-03 14:25:21 +00:00
@@ -111,11 +111,11 @@ export const TradeMarketHeader = ({
</div>
</HeaderStat>
) : null}
<MarketProposalNotification marketId={market?.id} />
<MarketLiquiditySupplied
marketId={market?.id}
assetDecimals={asset?.decimals || 0}
/>
<MarketProposalNotification marketId={market?.id} />
</Header>
);
};