Skip to content

Commit d29dc7a

Browse files
committed
fix missing human name for UI_PROTOTYPE_COMPETITION
1 parent bfb8d00 commit d29dc7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/profiles/src/lib/helpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export function subTrackLabelToHumanName(label: string): string {
7171
return 'Development'
7272
case 'ARCHITECTURE':
7373
return 'Architecture'
74+
case 'UI_PROTOTYPE_COMPETITION':
75+
return 'UI Prototype Competition'
7476

7577
default: return label
7678
}

0 commit comments

Comments
 (0)