We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e55ca commit ca3eb62Copy full SHA for ca3eb62
web/components/profile-grid.tsx
@@ -87,7 +87,6 @@ function ProfilePreview(props: {
87
const bio = profile.bio as JSONContent;
88
89
if (bio && bio.content) {
90
- // Convert heading and list to paragraph
91
bio.content = bio.content?.map(c => {
92
if (c.type === 'heading' || c.type === 'list') {
93
return {
0 commit comments