Remove 'instant sale' option (#43)

This commit is contained in:
sol-survivor 2021-06-16 15:48:00 -04:00 committed by GitHub
parent 205046d849
commit 1a24174932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -755,12 +755,6 @@ const SaleTypeStep = (props: {
<div className="radio-subtitle">
Allow bidding on your NFT(s).
</div>
<Radio className="radio-field" value="sale">
Instant Sale
</Radio>
<div className="radio-subtitle">
Allow buyers to purchase your NFT(s) at a fixed price.
</div>
</Radio.Group>
</label>
</Col>