import type { NostrProfile } from '@/types/nostr' import { UserProfileHeader } from './UserProfileHeader' interface UserProfileProps { profile: NostrProfile pubkey: string articleCount?: number } function ProfileStats({ articleCount }: { articleCount: number }) { return (
{profile.about}
} {articleCount !== undefined &&