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 5443938 commit b0460b5Copy full SHA for b0460b5
apps/web/core/components/profile/sidebar.tsx
@@ -102,7 +102,7 @@ export const ProfileSidebar = observer(function ProfileSidebar(props: TProfileSi
102
</div>
103
)}
104
<CoverImage
105
- src={userData?.cover_image_url}
+ src={userData?.cover_image_url ?? undefined}
106
alt={userData?.display_name}
107
className="h-[110px] w-full"
108
showDefaultWhenEmpty
0 commit comments