diff --git a/packages/app/src/Pages/Profile/ProfilePage.tsx b/packages/app/src/Pages/Profile/ProfilePage.tsx index f0b85b38..ac924dad 100644 --- a/packages/app/src/Pages/Profile/ProfilePage.tsx +++ b/packages/app/src/Pages/Profile/ProfilePage.tsx @@ -385,6 +385,7 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) { src={user.banner} size={bannerWidth} onClick={() => setModalImage(user.banner || "")} + missingImageElement={<>} /> )}