Skip to content

Commit

Permalink
feat: add ajusts on social profiles validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshzera committed Jul 24, 2024
1 parent 6688931 commit 60764f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export function checkVerificationStep(
return (
verificationData !== undefined &&
verificationData.socialProfiles !== undefined &&
verificationData.projectRegistry !== null &&
verificationData.socialProfiles.length > 0
);
case EVerificationSteps.PROJECT_REGISTRY:
Expand Down

0 comments on commit 60764f3

Please sign in to comment.