From f73b119c8de071ff0646797399e2b65660202330 Mon Sep 17 00:00:00 2001 From: Hawa Takakura Date: Fri, 20 Dec 2024 15:06:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8B=B5=EB=B3=80=EC=9D=B4=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=20=EB=95=8C=20=EB=8B=B5=EB=B3=80=EC=9D=B4=20=EC=97=86?= =?UTF-8?q?=EB=8B=A4=EB=8A=94=20=EB=82=B4=EC=9A=A9=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/main/user/[handle]/[answer]/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/main/user/[handle]/[answer]/page.tsx b/src/app/main/user/[handle]/[answer]/page.tsx index 3879b4d..9c4034f 100644 --- a/src/app/main/user/[handle]/[answer]/page.tsx +++ b/src/app/main/user/[handle]/[answer]/page.tsx @@ -43,7 +43,7 @@ export default function SingleAnswer() { return (
- {answerBody && ( + {answerBody ? ( <>
+ ) : ( +
+ 찾으시는 답변이 없어요! +
)} );