"current value" => "expected value"

This commit is contained in:
mantikoros 2022-08-27 14:17:19 -05:00
parent 5d8f5d41fc
commit 305acbb18f

View File

@ -520,7 +520,7 @@ export function BetsSummary(props: {
) : (
<Col>
<div className="whitespace-nowrap text-sm text-gray-500">
Current value
Expected value
</div>
<div className="whitespace-nowrap">{formatMoney(payout)}</div>
</Col>