Skip to content

Commit

Permalink
Fix: Add missing ToC key for languages
Browse files Browse the repository at this point in the history
- ToC key was missing for language lookup directly via profile
- Closes #59
  • Loading branch information
joshuatz committed Nov 14, 2021
1 parent 194e6f0 commit fb968fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const liTypeMappings = {
recipes: ['com.linkedin.voyager.dash.deco.identity.profile.FullProfileWithEntities']
},
languages: {
tocKeys: ['*languageView'],
tocKeys: ['*languageView', '*profileLanguages'],
types: ['com.linkedin.voyager.identity.profile.Language']
},
certificates: {
Expand Down

0 comments on commit fb968fd

Please sign in to comment.