contract overview: remove delete button for nonzero volume resolved contracts
This commit is contained in:
parent
f0e0796b99
commit
663821d0a0
|
@ -61,7 +61,7 @@ export const ContractOverview = (props: {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Show a delete button for contracts without any trading */}
|
{/* Show a delete button for contracts without any trading */}
|
||||||
{isCreator && (volume === 0 || isResolved) && (
|
{isCreator && volume === 0 && (
|
||||||
<>
|
<>
|
||||||
<Spacer h={8} />
|
<Spacer h={8} />
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user