diff --git a/lib/client/profile.tsx b/lib/client/profile.tsx index 046fa1ee..872f3b50 100644 --- a/lib/client/profile.tsx +++ b/lib/client/profile.tsx @@ -117,8 +117,8 @@ export function getProfile(url: string, header: any = null) { const tagsConfig: Tags[] = [ {profileAttribute: 'desiredConnections', attribute: 'connection', title: 'Desired Connections'}, - {profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Core Interests'}, {profileAttribute: 'coreValues', attribute: 'value', title: 'Core Values'}, + {profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Core Interests'}, {profileAttribute: 'causeAreas', attribute: 'causeArea', title: 'Cause Areas'}, ]