Skip to content

Commit

Permalink
Merge pull request #4477 from Giveth/feat/issue-576
Browse files Browse the repository at this point in the history
feat: add ajusts on social profiles validation
  • Loading branch information
Reshzera authored Jul 25, 2024
2 parents 6688931 + 60764f3 commit 0eed3cf
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 0eed3cf

Please sign in to comment.