Don't show cancel button for other people's limit orders
This commit is contained in:
parent
a761f8c65e
commit
a7d80d62cb
|
@ -352,7 +352,7 @@ function ContractBets(props: {
|
||||||
<LimitOrderTable
|
<LimitOrderTable
|
||||||
contract={contract}
|
contract={contract}
|
||||||
limitBets={limitBets}
|
limitBets={limitBets}
|
||||||
isYou={true}
|
isYou={isYourBets}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user