mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-06 07:52:27 -05:00
Fix
This commit is contained in:
@@ -84,7 +84,7 @@ function ProfilePreview(props: {
|
||||
const {user} = profile
|
||||
// const currentUser = useUser()
|
||||
|
||||
let bio = profile.bio as JSONContent;
|
||||
const bio = profile.bio as JSONContent;
|
||||
|
||||
if (bio && bio.content) {
|
||||
// Convert heading and list to paragraph
|
||||
|
||||
Reference in New Issue
Block a user