From c3b91f8302bed38227ae3cd808693d82902411a5 Mon Sep 17 00:00:00 2001 From: Ramin Date: Thu, 10 Aug 2023 13:17:55 +0330 Subject: [PATCH] rebuild --- src/components/VerificationBadge.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/VerificationBadge.tsx b/src/components/VerificationBadge.tsx index d562443092..802d72cc0e 100644 --- a/src/components/VerificationBadge.tsx +++ b/src/components/VerificationBadge.tsx @@ -29,7 +29,6 @@ const VerificationBadge: FC = ({ isVerified, verificationStatus }) => { label = 'Not Verified'; badgeStatus = EBadgeStatus.DEFAULT; } - return ; };