diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx index 9e1afcc..0b268e2 100644 --- a/src/components/pages/HomePage.tsx +++ b/src/components/pages/HomePage.tsx @@ -33,30 +33,6 @@ export default function HomePage() {
{users.data.map((user) => (
-
-
- {user.model && ( - - )} - {user.fav !== '0' && ( - - )} - {user.username === 'ai' && ( - - - - )} - -
-
-
{user.username}