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 bfb8d00 commit d29dc7aCopy full SHA for d29dc7a
src/apps/profiles/src/lib/helpers.ts
@@ -71,6 +71,8 @@ export function subTrackLabelToHumanName(label: string): string {
71
return 'Development'
72
case 'ARCHITECTURE':
73
return 'Architecture'
74
+ case 'UI_PROTOTYPE_COMPETITION':
75
+ return 'UI Prototype Competition'
76
77
default: return label
78
}
0 commit comments