Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Sep 20, 2024
1 parent 6b21b97 commit 9ed9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const prepareSpeakers = (speakers, tagColors, labelColors, isCommonSpeakers) =>
})
.map(async ({ bio, speaker, avatar, activities, ...item }) => ({
...item,
companyCountryData: [item.company, item.country]
companyWithCountry: [item.company, item.country]
.filter(Boolean)
.join(', '),
avatar: avatar.url,
Expand Down

0 comments on commit 9ed9f98

Please sign in to comment.