diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx
index 7562485e..743d2beb 100644
--- a/src/components/views/Thread.jsx
+++ b/src/components/views/Thread.jsx
@@ -650,10 +650,12 @@ const Thread = () => {
{replyMediaInfo?.type === "webpage" ? (
- e.target.src = fallbackImgUrl} />
+ {reply.thumbnailUrl ? (
+
e.target.src = fallbackImgUrl} />
+ ) : null}
) : null}
{replyMediaInfo?.type === "image" ? (
@@ -758,7 +760,9 @@ const Thread = () => {
commentMediaInfo.type === "webpage" ? (