From 89bb7b6abdb28535d7a7595a8c39cf74358bfad6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-9FO96TP\\hehexd" <davidjakszta@outlook.de> Date: Fri, 23 Jun 2023 23:42:17 +0200 Subject: [PATCH] build fix --- components/user-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/user-item.tsx b/components/user-item.tsx index 64c729d..1950a90 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> ) -- GitLab