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 57b83c6 commit a5f6f9cCopy full SHA for a5f6f9c
src/app/components/Header/index.tsx
@@ -95,7 +95,7 @@ export const Header = () => {
95
width={35}
96
height={35}
97
className="rounded-full"
98
- src={profiles?.profile.thumbnail || '/profile.jpg'}
+ src={profiles?.profile?.thumbnail || '/profile.jpg'}
99
alt=""
100
/>
101
<span className={`${textStyle} text-TEXT-ALT`} id="profile">
0 commit comments