Skip to content

Commit 519ed3f

Browse files
committed
Update to use non-deleted IDs
1 parent 3baa835 commit 519ed3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/talent-search/src/components/popular-skills/PopularSkills.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const popularSkills: UserSkill[] = [
3434
id: '481b5ebc-2fe6-45ed-a90c-736936d458d7',
3535
name: 'Programming and Development',
3636
},
37-
id: '1bad43a3-ee9c-4be2-9f82-b09fab18b36c',
37+
id: '32899253-5989-4c33-9948-cad29c9e0ab0',
3838
levels: [],
3939
name: 'Node.js',
4040
},
@@ -151,7 +151,7 @@ const popularSkills: UserSkill[] = [
151151
id: '481b5ebc-2fe6-45ed-a90c-736936d458d7',
152152
name: 'Programming and Development',
153153
},
154-
id: 'ceef6c18-8786-4ade-9f3e-1f79453a588c',
154+
id: '4458454c-9a97-4332-a545-6546e240dab6',
155155
levels: [],
156156
name: 'React.js',
157157
},

0 commit comments

Comments
 (0)