Skip to content

Commit

Permalink
Adding a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburgess2025 committed Aug 22, 2024
1 parent b6c77d7 commit d58c17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/hacker/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt
{ label: 'Other', value: 'other' },
];

// Level of study provided by MLH
const levelOfStudy = [
{ label: 'Less than Secondary / High School', value: 'less_than_high_school' },
{ label: 'Secondary / High School', value: 'high_school' },
Expand Down

0 comments on commit d58c17e

Please sign in to comment.