Fix a bug that nft owner check prevents the unregistered user
This commit is contained in:
parent
d50f491b1b
commit
061f2a2bed
@ -407,7 +407,7 @@ export default function VerificationPage() {
|
||||
};
|
||||
|
||||
const isRegisterButtonDisable = (() => {
|
||||
if (!isOwner) {
|
||||
if (!isOwner && nftOwnerAddress) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user