Merge pull request #142 from public-awesome/update-creation-summary
Fix View on Marketplace condition on creation summary
This commit is contained in:
commit
8f2df3f5cb
@ -1074,7 +1074,7 @@ const CollectionCreationPage: NextPage = () => {
|
||||
</Anchor>
|
||||
</Button>
|
||||
</Conditional>
|
||||
<Conditional test={minterType === 'vending'}>
|
||||
<Conditional test={minterType === 'base'}>
|
||||
<Button className="mt-2">
|
||||
<Anchor
|
||||
className="text-white"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user