diff --git a/src/components/views/Catalog.jsx b/src/components/views/Catalog.jsx index a29fa415..8251eb90 100644 --- a/src/components/views/Catalog.jsx +++ b/src/components/views/Catalog.jsx @@ -417,15 +417,18 @@ const Catalog = () => { {commentMediaInfo?.url ? ( {commentMediaInfo?.type === "webpage" ? ( - thread { e.target.src = fallbackImgUrl - e.target.onerror = null;}} /> + e.target.onerror = null; + }} /> + ) : null ) : null} {commentMediaInfo?.type === "image" ? ( - thread { e.target.src = fallbackImgUrl e.target.onerror = null;}} />