Update minter type retrieval dependencies

This commit is contained in:
Serkan Reis 2022-12-09 23:26:43 +03:00
parent f19c6348e1
commit 637294c9b6

View File

@ -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">