diff --git a/components/user-item.tsx b/components/user-item.tsx index 64c729dfc82eeec37114594519bd6117190d9081..1950a90877fbb766673e1edde1696b842918c034 100644 --- a/components/user-item.tsx +++ b/components/user-item.tsx @@ -16,7 +16,7 @@ export default function FollowUser({ id, followId, username, image }: { id: numb priority={true} /> </div> <p>{username}</p> - <FollowButton userId={id} followerId={followId} /> + {/* <FollowButton userId={id} followerId={followId} /> */} </Link> </div> )