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 ( - +
+ +
); })()}