Skip to content

Commit

Permalink
Update VerificationBadge.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mateodaza committed Oct 2, 2024
1 parent 4692a2e commit 759740e
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 759740e

Please sign in to comment.