Estimated value
This commit is contained in:
parent
d8aaf4219e
commit
af5ffc455d
|
@ -342,7 +342,7 @@ function BuyPanel(props: {
|
||||||
<Col className="mt-3 w-full gap-3">
|
<Col className="mt-3 w-full gap-3">
|
||||||
<Row className="items-center justify-between text-sm">
|
<Row className="items-center justify-between text-sm">
|
||||||
<div className="text-gray-500">
|
<div className="text-gray-500">
|
||||||
{isPseudoNumeric ? 'Value' : 'Probability'}
|
{isPseudoNumeric ? 'Estimated value' : 'Probability'}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{format(initialProb)}
|
{format(initialProb)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user