diff --git a/frontend/src/app/terminal/listing/page.tsx b/frontend/src/app/terminal/listing/page.tsx index fe01e1f..38ff5cf 100755 --- a/frontend/src/app/terminal/listing/page.tsx +++ b/frontend/src/app/terminal/listing/page.tsx @@ -398,11 +398,6 @@ function ListingRow({
-
- {listing.is_verified ? : } -
{listing.domain} {isTycoon && Featured} @@ -464,11 +459,6 @@ function ListingRow({ {/* Desktop */}
-
- {listing.is_verified ? : } -
{listing.domain} {isTycoon && Featured} diff --git a/frontend/src/app/terminal/portfolio/page.tsx b/frontend/src/app/terminal/portfolio/page.tsx index a766267..849d195 100755 --- a/frontend/src/app/terminal/portfolio/page.tsx +++ b/frontend/src/app/terminal/portfolio/page.tsx @@ -1386,12 +1386,6 @@ export default function PortfolioPage() {
{/* Domain */}
-
- {domain.is_sold ? : } -
{domain.domain}
@@ -1522,12 +1516,6 @@ export default function PortfolioPage() { >
-
- {domain.is_sold ? : } -
{domain.domain}
diff --git a/frontend/src/app/terminal/watchlist/page.tsx b/frontend/src/app/terminal/watchlist/page.tsx index 13b85e6..e695619 100755 --- a/frontend/src/app/terminal/watchlist/page.tsx +++ b/frontend/src/app/terminal/watchlist/page.tsx @@ -524,18 +524,6 @@ export default function WatchlistPage() { )}>
-
- {domain.is_available ? ( - - ) : ( - - )} -
@@ -461,9 +460,8 @@ export function DropsTab({ showToast }: DropsTabProps) {
{/* Desktop Row */} -
+
- {ALL_TLDS.find(t => t.tld === item.tld)?.flag || '🌐'}