diff --git a/src/components/ENSListPage/ENSListPage.container.ts b/src/components/ENSListPage/ENSListPage.container.ts
index 5a3ba041a..985cda506 100644
--- a/src/components/ENSListPage/ENSListPage.container.ts
+++ b/src/components/ENSListPage/ENSListPage.container.ts
@@ -9,7 +9,6 @@ import { FETCH_ENS_LIST_REQUEST } from 'modules/ens/actions'
import { getLands, getLoading as getLandsLoading, getError as getLandsError } from 'modules/land/selectors'
import { FETCH_LANDS_REQUEST } from 'modules/land/actions'
import { getAvatar, getName } from 'modules/profile/selectors'
-import { getIsEnsAddressEnabled } from 'modules/features/selectors'
import { openModal } from 'decentraland-dapps/dist/modules/modal/actions'
import { MapStateProps, MapDispatchProps, MapDispatch } from './ENSListPage.types'
import ENSListPage from './ENSListPage'
@@ -26,7 +25,6 @@ const mapState = (state: RootState): MapStateProps => ({
isLoadingType(getLoading(state), FETCH_ENS_LIST_REQUEST) ||
isLoggingIn(state),
isLoggedIn: isLoggedIn(state),
- isEnsAddressEnabled: getIsEnsAddressEnabled(state),
avatar: getAvatar(state)
})
diff --git a/src/components/ENSListPage/ENSListPage.tsx b/src/components/ENSListPage/ENSListPage.tsx
index 7495685fe..307ca69de 100644
--- a/src/components/ENSListPage/ENSListPage.tsx
+++ b/src/components/ENSListPage/ENSListPage.tsx
@@ -1,22 +1,9 @@
import React from 'react'
import { Link } from 'react-router-dom'
import { config } from 'config'
-import {
- Popup,
- Button,
- Table,
- Row,
- Column,
- Header,
- Section,
- Container,
- Pagination,
- Dropdown,
- Empty,
- Icon as DCLIcon
-} from 'decentraland-ui'
+import { Popup, Button, Dropdown, Icon as DCLIcon } from 'decentraland-ui'
import { TableContainer, TableContent } from 'decentraland-ui/dist/components/v2'
-import { T, t } from 'decentraland-dapps/dist/modules/translation/utils'
+import { t } from 'decentraland-dapps/dist/modules/translation/utils'
import { DataTableType } from 'decentraland-ui/dist/components/v2/Table/TableContent/TableContent.types'
import { shorten } from 'lib/address'
import { locations } from 'routing/locations'
@@ -220,144 +207,6 @@ export default class ENSListPage extends React.PureComponent
-
- ) : (
-
{t('land_assign_ens_page.reclaim_explanation')}
-