From ca3eb62ba757c52b58e042fc7219ef5e238a7a0e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 30 Sep 2025 21:48:15 +0200 Subject: [PATCH] Fix 2 --- web/components/profile-grid.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/profile-grid.tsx b/web/components/profile-grid.tsx index 5d05ed7..49d6fab 100644 --- a/web/components/profile-grid.tsx +++ b/web/components/profile-grid.tsx @@ -87,7 +87,6 @@ function ProfilePreview(props: { const bio = profile.bio as JSONContent; if (bio && bio.content) { - // Convert heading and list to paragraph bio.content = bio.content?.map(c => { if (c.type === 'heading' || c.type === 'list') { return {