From dfad52f5a945489033b8931be2bffc239a27ebbe Mon Sep 17 00:00:00 2001 From: manNomi Date: Mon, 25 May 2026 18:56:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B1=84=ED=8C=85=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EB=A0=8C=EB=8D=94=20URL=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chat/[chatId]/_ui/ChatContent/_ui/ChatMessageBox/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/_ui/ChatMessageBox/index.tsx b/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/_ui/ChatMessageBox/index.tsx index cfbf109a..182a9bf8 100644 --- a/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/_ui/ChatMessageBox/index.tsx +++ b/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/_ui/ChatMessageBox/index.tsx @@ -66,7 +66,7 @@ const useChatImageHealthCheck = (src: string, enabled: boolean) => { probeImage.onload = () => { if (isCancelled) return; setIsReady(true); - setReadySrc(probeImage?.src ?? src); + setReadySrc(src); }; probeImage.onerror = () => {