diff --git a/app/complete-profile/page.tsx b/app/complete-profile/page.tsx index 100250a2..a20c183e 100644 --- a/app/complete-profile/page.tsx +++ b/app/complete-profile/page.tsx @@ -360,7 +360,7 @@ function RegisterComponent() { }; const genderOptions = Object.values(Gender); - const personalityOptions = Object.values(PersonalityType); + // const personalityOptions = Object.values(PersonalityType); const conflictOptions = Object.values(ConflictStyle); const headingStyle = "block text-sm font-medium text-gray-700 dark:text-white mb-1"; diff --git a/app/components/dropdown.tsx b/app/components/dropdown.tsx index a014e42e..eedbbf2f 100644 --- a/app/components/dropdown.tsx +++ b/app/components/dropdown.tsx @@ -15,7 +15,7 @@ type DropdownProps = { export default function Dropdown( { id, - options, + // options, value, onChange, onFocus, @@ -37,7 +37,7 @@ export default function Dropdown( />