Skip to content

Commit ca3eb62

Browse files
committed
Fix 2
1 parent c8e55ca commit ca3eb62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/components/profile-grid.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function ProfilePreview(props: {
8787
const bio = profile.bio as JSONContent;
8888

8989
if (bio && bio.content) {
90-
// Convert heading and list to paragraph
9190
bio.content = bio.content?.map(c => {
9291
if (c.type === 'heading' || c.type === 'list') {
9392
return {

0 commit comments

Comments
 (0)