From 60764f36f1097520e67d359eae40da2135a7d410 Mon Sep 17 00:00:00 2001 From: Reshzera Date: Wed, 24 Jul 2024 17:46:29 -0300 Subject: [PATCH] feat: add ajusts on social profiles validation --- src/helpers/projects.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/projects.ts b/src/helpers/projects.ts index 4c947c9256..229b979745 100644 --- a/src/helpers/projects.ts +++ b/src/helpers/projects.ts @@ -47,7 +47,6 @@ export function checkVerificationStep( return ( verificationData !== undefined && verificationData.socialProfiles !== undefined && - verificationData.projectRegistry !== null && verificationData.socialProfiles.length > 0 ); case EVerificationSteps.PROJECT_REGISTRY: