Skip to content

Commit c8e55ca

Browse files
committed
Fix
1 parent e4acb25 commit c8e55ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/profile-grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function ProfilePreview(props: {
8484
const {user} = profile
8585
// const currentUser = useUser()
8686

87-
let bio = profile.bio as JSONContent;
87+
const bio = profile.bio as JSONContent;
8888

8989
if (bio && bio.content) {
9090
// Convert heading and list to paragraph

0 commit comments

Comments
 (0)