diff --git a/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx b/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx
index e73c63ae..e83a2666 100644
--- a/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx
+++ b/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx
@@ -1,9 +1,8 @@
import { useState } from 'react'
-import { XStack, YStack } from 'tamagui'
-import { Avatar, Checkbox, Text } from '@status-im/components'
-import { VerifiedIcon, ContactIcon } from '@status-im/icons'
+import { XStack } from 'tamagui'
+import { Avatar, Checkbox } from '@status-im/components'
-import { getFormattedValidatorAddress } from '../../../../utilities'
+import ValidatorNameAddress from '../../ValidatorNameAddress'
type ValidatorListItemProps = {
name: string
@@ -54,16 +53,12 @@ const ValidatorListItem = ({
[11, 20],
]}
/>
-
-
-
- Validator {name}
-
- {isVerified && }
- {isAvatarChipIncluded && }
-
- {getFormattedValidatorAddress(validatorAddress)}
-
+
{isSelected && }