Skip to content

Commit c485d7e

Browse files
committed
Swap fileds
1 parent d1edcbe commit c485d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ export function getProfile(url: string, header: any = null) {
117117

118118
const tagsConfig: Tags[] = [
119119
{profileAttribute: 'desiredConnections', attribute: 'connection', title: 'Desired Connections'},
120-
{profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Core Interests'},
121120
{profileAttribute: 'coreValues', attribute: 'value', title: 'Core Values'},
121+
{profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Core Interests'},
122122
{profileAttribute: 'causeAreas', attribute: 'causeArea', title: 'Cause Areas'},
123123
]
124124

0 commit comments

Comments
 (0)