diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index d9f1a2e..6975071 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -407,7 +407,7 @@ export default function VerificationPage() { }; const isRegisterButtonDisable = (() => { - if (!isOwner) { + if (!isOwner && nftOwnerAddress) { return true; }