Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Giveth/giveth-dapps-v2 into netw…
Browse files Browse the repository at this point in the history
…ork-modal

Update Branch
  • Loading branch information
HrithikSampson committed Oct 2, 2024
2 parents b2c83f7 + ce1683e commit ea08517
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/VerificationBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const VerificationBadge: FC<IProps> = ({
}) => {
const verStatus = isGivbackEligible
? EVerificationStatus.VERIFIED
: verificationStatus !== EVerificationStatus.VERIFIED
? verificationStatus
: '';
: verificationStatus;

let label, badgeStatus;
switch (verStatus) {
Expand Down

0 comments on commit ea08517

Please sign in to comment.