diff --git a/src/app/dashboard/cms/page.tsx b/src/app/dashboard/cms/page.tsx index 769cf81..312400e 100644 --- a/src/app/dashboard/cms/page.tsx +++ b/src/app/dashboard/cms/page.tsx @@ -291,7 +291,7 @@ export default function CmsPage() { // Specific slugs to look for (matches profile field seed) const EXPERIENCE_SLUGS = ['years_in_business', 'years_of_experience']; - const EXPERTISE_SLUGS = ['about_me_expertise', 'expertise_areas']; + const EXPERTISE_SLUGS = ['about_me_expertise']; if (agent?.id) { try {