Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Aug 10, 2023
1 parent 7069348 commit c3b91f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VerificationBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const VerificationBadge: FC<IProps> = ({ isVerified, verificationStatus }) => {
label = 'Not Verified';
badgeStatus = EBadgeStatus.DEFAULT;
}

return <Badge status={badgeStatus} label={label} />;
};

Expand Down

0 comments on commit c3b91f8

Please sign in to comment.