This commit is contained in:
MartinBraquet
2025-09-30 21:46:31 +02:00
parent e4acb25a40
commit c8e55ca4ce

View File

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