diff --git a/src/components/account.jsx b/src/components/account.jsx index 8f100660..1f787c82 100644 --- a/src/components/account.jsx +++ b/src/components/account.jsx @@ -123,7 +123,14 @@ function Account({ account, instance: propInstance, onClose }) { info && ( <> {header && !/missing\.png$/.test(header) && ( - + { + e.target.src = headerStatic; + }} + /> )}