We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151f6c1 commit 68b4d9cCopy full SHA for 68b4d9c
src/apps/talent-search/src/routes/talent-search/TalentSearch.tsx
@@ -82,6 +82,8 @@ export const TalentSearch: FC = () => {
82
return result
83
}
84
85
+ // TODO: Make this configurable, or read from a service. We need to discuss
86
+ // how we want to handle this.
87
const popularSkills:Skill[][] = [
88
[{ emsiId: 'KS441LF7187KS0CV4B6Y', name: 'Typescript' },
89
{ emsiId: 'KS1244K6176NLVWV02B6', name: 'Front-End Engineering' },
0 commit comments