Position => shares

This commit is contained in:
James Grugett 2022-10-12 20:51:20 -05:00
parent 3cbe8ad8bb
commit c2d112e516

View File

@ -427,8 +427,7 @@ export function ContractCardProbChange(props: {
)} )}
> >
<Row className="gap-1 text-gray-700"> <Row className="gap-1 text-gray-700">
<div className="text-gray-500">Position</div> {Math.floor(metrics.totalShares[outcome])} {outcome} shares
{Math.floor(metrics.totalShares[outcome])} {outcome}
</Row> </Row>
{dayMetrics && ( {dayMetrics && (