From 80ced7cae2d7252331feb7c5b14975d4c974af7b Mon Sep 17 00:00:00 2001 From: Shineast Date: Sun, 8 Feb 2026 22:51:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20result=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=9D=98=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=A7=80=EB=8F=84=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=EA=B0=80=20=EC=82=AC=EB=9D=BC=EC=A7=80?= =?UTF-8?q?=EB=8A=94=20=EC=97=90=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/result/[id]/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/app/result/[id]/page.tsx b/app/result/[id]/page.tsx index 4ae3416..f7b10a4 100644 --- a/app/result/[id]/page.tsx +++ b/app/result/[id]/page.tsx @@ -204,16 +204,18 @@ export default function Page() { const selectedResult = locationResults.find((r) => r.id === selectedResultId) || locationResults[0]; return ( - +
+ +
); })()}