Update minter type retrieval dependencies
This commit is contained in:
parent
f19c6348e1
commit
637294c9b6
@ -111,7 +111,7 @@ const CollectionActionsPage: NextPage = () => {
|
|||||||
setMinterType('vending')
|
setMinterType('vending')
|
||||||
console.log('Unable to retrieve contract version')
|
console.log('Unable to retrieve contract version')
|
||||||
})
|
})
|
||||||
}, [debouncedMinterContractState, wallet.address])
|
}, [debouncedMinterContractState, wallet.client])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="py-6 px-12 space-y-4">
|
<section className="py-6 px-12 space-y-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user