diff --git a/src/app/dashboard/profile-sections/[id]/page.tsx b/src/app/dashboard/profile-sections/[id]/page.tsx index d9107e3..7113f28 100644 --- a/src/app/dashboard/profile-sections/[id]/page.tsx +++ b/src/app/dashboard/profile-sections/[id]/page.tsx @@ -753,9 +753,8 @@ export default function SectionDetailPage() { className="flex items-center justify-between px-3 py-2 bg-gray-50 rounded" > - {opt.value} - - {opt.label} + {opt.label} + ({opt.value})