From db87f720a1c0d609b5a8e3bfedda6e576f3f97f0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 05:09:17 +0000 Subject: [PATCH] Prettier format pending files --- client/components/social/FeedItemCard.tsx | 14 ++- client/lib/supabase-service.ts | 109 ++++++++++++++++------ client/pages/Feed.tsx | 18 +++- client/pages/ProfilePassport.tsx | 33 +++++-- server/index.ts | 36 ++++--- 5 files changed, 157 insertions(+), 53 deletions(-) diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx index ba2dff79..f86f37af 100644 --- a/client/components/social/FeedItemCard.tsx +++ b/client/components/social/FeedItemCard.tsx @@ -115,14 +115,24 @@ export function FeedItemCard({
- -
- + Followers: {followStats.followers} - + Following: {followStats.following} {degree && ( - {degree} degree + + {degree} degree + )} {profile.github_url && (