From c485d7ed74c0fe976f188eb6f6c8ef1af0ad2aff Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 4 Aug 2025 00:58:14 +0200 Subject: [PATCH] Swap fileds --- lib/client/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, ]