parent
4542e25ec9
commit
0fec3bcf3c
@ -111,11 +111,11 @@ export const TradeMarketHeader = ({
|
|||||||
</div>
|
</div>
|
||||||
</HeaderStat>
|
</HeaderStat>
|
||||||
) : null}
|
) : null}
|
||||||
<MarketProposalNotification marketId={market?.id} />
|
|
||||||
<MarketLiquiditySupplied
|
<MarketLiquiditySupplied
|
||||||
marketId={market?.id}
|
marketId={market?.id}
|
||||||
assetDecimals={asset?.decimals || 0}
|
assetDecimals={asset?.decimals || 0}
|
||||||
/>
|
/>
|
||||||
|
<MarketProposalNotification marketId={market?.id} />
|
||||||
</Header>
|
</Header>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user