diff --git a/components/MyProfile/Profile/Edit/Form/Content.tsx b/components/MyProfile/Profile/Edit/Form/Content.tsx index cda2e65e7..62608ae8b 100644 --- a/components/MyProfile/Profile/Edit/Form/Content.tsx +++ b/components/MyProfile/Profile/Edit/Form/Content.tsx @@ -58,6 +58,7 @@ export default function FormContent({ control }: EditFormContentProps) { *{_("Email")} *{_("Address")} *{_("City/State")} *{_("Zip code")}
- + @@ -91,7 +96,7 @@ export default function CountrySelect({ */ UNSTABLE_portalContainer={divElement ?? undefined} > - + {countries.map((country, idx) => ( - + {items.map((item) => (