Update resolve descriptions
This commit is contained in:
parent
f78920c912
commit
6a851fe86a
|
@ -68,18 +68,14 @@ export function ResolutionPanel(props: {
|
||||||
<div>
|
<div>
|
||||||
{outcome === 'YES' ? (
|
{outcome === 'YES' ? (
|
||||||
<>
|
<>
|
||||||
Winnings will be paid out to YES bettors. You earn 1% of the NO
|
Winnings will be paid out to YES bettors. You earn 1% of the pool.
|
||||||
bets.
|
|
||||||
</>
|
</>
|
||||||
) : outcome === 'NO' ? (
|
) : outcome === 'NO' ? (
|
||||||
<>
|
<>Winnings will be paid out to NO bettors. You earn 1% of the pool.</>
|
||||||
Winnings will be paid out to NO bettors. You earn 1% of the YES
|
|
||||||
bets.
|
|
||||||
</>
|
|
||||||
) : outcome === 'CANCEL' ? (
|
) : outcome === 'CANCEL' ? (
|
||||||
<>All bets will be returned with no fees.</>
|
<>The pool will be returned to traders with no fees.</>
|
||||||
) : (
|
) : (
|
||||||
<>Resolving this market will immediately pay out bettors.</>
|
<>Resolving this market will immediately pay out traders.</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user