Swap fileds

This commit is contained in:
MartinBraquet
2025-08-04 00:58:14 +02:00
parent d1edcbe532
commit c485d7ed74

View File

@@ -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'},
]