From c8e55ca4ce5f41e9f8592d7ad26ac33fa113fab5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 30 Sep 2025 21:46:31 +0200 Subject: [PATCH] Fix --- web/components/profile-grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/profile-grid.tsx b/web/components/profile-grid.tsx index 6f2f8f47..5d05ed72 100644 --- a/web/components/profile-grid.tsx +++ b/web/components/profile-grid.tsx @@ -84,7 +84,7 @@ function ProfilePreview(props: { const {user} = profile // const currentUser = useUser() - let bio = profile.bio as JSONContent; + const bio = profile.bio as JSONContent; if (bio && bio.content) { // Convert heading and list to paragraph