diff --git a/web/components/profile/profile-info.tsx b/web/components/profile/profile-info.tsx index 4e0e3249..610c3f61 100644 --- a/web/components/profile/profile-info.tsx +++ b/web/components/profile/profile-info.tsx @@ -1,4 +1,3 @@ -import {JSONContent} from '@tiptap/core' import clsx from 'clsx' import {debug} from 'common/logger' import {Profile} from 'common/profiles/profile' @@ -18,7 +17,6 @@ import ProfileAbout, { } from 'web/components/profile-about' import ProfileCarousel from 'web/components/profile-carousel' import {ProfileCommentSection} from 'web/components/profile-comment-section' -import {Content} from 'web/components/widgets/editor' import {Subtitle} from 'web/components/widgets/subtitle' import {shortenName} from 'web/components/widgets/user-link' import {useGetter} from 'web/hooks/use-getter' @@ -161,7 +159,6 @@ export function ProfileInfo(props: { refreshProfile={refreshProfile} fromProfilePage={fromProfilePage} fromSignup={fromSignup} - isProfileVisible={isProfileVisible} // likesGiven={likesGiven ?? []} // likesReceived={likesReceived ?? []} // ships={ships ?? []} @@ -169,9 +166,9 @@ export function ProfileInfo(props: { /> ) : (