Display flexible collections in the My Collections list
This commit is contained in:
parent
9534ad399e
commit
66bfd262f4
@ -49,7 +49,7 @@ const CollectionList: NextPage = () => {
|
||||
.then((contractType) => {
|
||||
if (contractType?.includes('sg-base-minter')) {
|
||||
setMyOneOfOneCollections((prevState) => [...prevState, collection])
|
||||
} else if (contractType?.includes('sg-minter')) {
|
||||
} else if (contractType?.includes('sg-minter') || contractType?.includes('flex')) {
|
||||
setMyStandardCollections((prevState) => [...prevState, collection])
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user