Compare commits

...
Author SHA1 Message Date
Edd 0a1e55bdf7 fix(explorer): add size in market component for remaining order size 2023-03-01 11:45:56 +00:00
@@ -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>
)}