add default profile pic
This commit is contained in:
parent
719c031212
commit
6917bf66a2
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ export default function Header(): JSX.Element {
|
|||
`${BACKEND_URL.slice(
|
||||
0,
|
||||
BACKEND_URL.length - 1,
|
||||
)}${BASE_URL_API}files/profile_pictures/${userData?.profile_image}` ??
|
||||
)}${BASE_URL_API}files/profile_pictures/${userData?.profile_image ?? "Space/046-rocket.png"}` ??
|
||||
profileCircle
|
||||
}
|
||||
className="h-7 w-7 focus-visible:outline-0 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue