From 256016b95e5746098afad3bd274011852c8e32b0 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Thu, 11 May 2023 18:29:17 +0900 Subject: [PATCH] Minor fix --- pages/verification/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index 768a3e6..954798d 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -391,6 +391,8 @@ export default function VerificationPage() { twitterInfo.accessToken, ); + console.log("icnsVerificationList", icnsVerificationList); + icnsVerificationList.forEach((verification) => { if (verification.status === "fulfilled") { if (verification.value.errors.length > 0) {