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
|
||||
contract={contract}
|
||||
limitBets={limitBets}
|
||||
isYou={true}
|
||||
isYou={isYourBets}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user