diff --git a/web/components/profile-grid.tsx b/web/components/profile-grid.tsx index 6f2f8f47..5d05ed72 100644 --- a/web/components/profile-grid.tsx +++ b/web/components/profile-grid.tsx @@ -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