fix(explorer): add size in market component for remaining order size (#3046)
This commit is contained in:
parent
fd7aa5bd78
commit
06dcd00b53
@ -101,7 +101,7 @@ const DeterministicOrderDetails = ({
|
||||
{t('Remaining')}
|
||||
</h2>
|
||||
<h5 className="text-lg font-medium text-gray-500 mb-0">
|
||||
{o.remaining}
|
||||
<SizeInMarket size={o.remaining} marketId={o.market.id} />
|
||||
</h5>
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user