mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-13 02:58:29 -04:00
Fix 2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user