This commit is contained in:
MartinBraquet
2025-09-30 21:48:15 +02:00
parent c8e55ca4ce
commit ca3eb62ba7

View File

@@ -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 {