diff --git a/app/soapbox/features/edit_profile/components/profile-preview.tsx b/app/soapbox/features/edit_profile/components/profile-preview.tsx index 2f355fe64..9970cfaf1 100644 --- a/app/soapbox/features/edit_profile/components/profile-preview.tsx +++ b/app/soapbox/features/edit_profile/components/profile-preview.tsx @@ -29,7 +29,7 @@ const ProfilePreview: React.FC = ({ account }) => { - {!account.verified &&
} + {account.verified &&
}