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 e4acb25 commit c8e55caCopy full SHA for c8e55ca
web/components/profile-grid.tsx
@@ -84,7 +84,7 @@ function ProfilePreview(props: {
84
const {user} = profile
85
// const currentUser = useUser()
86
87
- let bio = profile.bio as JSONContent;
+ const bio = profile.bio as JSONContent;
88
89
if (bio && bio.content) {
90
// Convert heading and list to paragraph
0 commit comments