Skip to content

Commit

Permalink
feat: Remove ClaimYourName component from the AssetBrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Dec 21, 2023
1 parent 1d2519b commit 04b0be8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 193 deletions.
2 changes: 0 additions & 2 deletions webapp/src/components/AssetBrowse/AssetBrowse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import CollectionList from '../CollectionList'
import StoreSettings from '../StoreSettings'
import Sales from '../Sales'
import { Bids } from '../Bids'
import { ClaimYourName } from '../ClaimYourName'
import { Props } from './AssetBrowse.types'
import MapTopbar from './MapTopbar'
import MapBrowse from './MapBrowse'
Expand Down Expand Up @@ -233,7 +232,6 @@ const AssetBrowse = (props: Props) => {
case DecentralandSection.ENS:
right = (
<>
{!isAccountOrCurrentAccount && <ClaimYourName />}
<AssetTopbar />
<AssetList isManager={isCurrentAccount} />
</>
Expand Down
82 changes: 0 additions & 82 deletions webapp/src/components/ClaimYourName/ClaimYourName.module.css

This file was deleted.

51 changes: 0 additions & 51 deletions webapp/src/components/ClaimYourName/ClaimYourName.spec.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions webapp/src/components/ClaimYourName/ClaimYourName.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions webapp/src/components/ClaimYourName/index.ts

This file was deleted.

0 comments on commit 04b0be8

Please sign in to comment.