diff --git a/features/admin.users.v1/components/user-profile.tsx b/features/admin.users.v1/components/user-profile.tsx index c7cbd8cf4fb..ea690948348 100644 --- a/features/admin.users.v1/components/user-profile.tsx +++ b/features/admin.users.v1/components/user-profile.tsx @@ -369,7 +369,7 @@ export const UserProfile: FunctionComponent = ( if (schemaName.includes("addresses")) { // Ex: addresses#home.streetAddress const addressSubSchema: string = schema?.name?.split(".")[1]; - const addressSchemaArray: string[] = schemaName?.split("."); + const addressSchemaArray: string[] = schemaName?.split("#"); if (addressSchemaArray.length > 1) { // Ex: addresses#home