Skip to content

Commit

Permalink
Add judge profile type (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai authored Aug 21, 2024
1 parent 0739a6a commit 508890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecc/components/profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DEFAULT_FIELD_LABELS = {
addSocialMediaRepeater: 'Add Social Media',
};

const SPEAKER_TYPE = ['Host', 'Speaker'];
const SPEAKER_TYPE = ['Host', 'Speaker', 'Judge'];
// eslint-disable-next-line max-len
const SUPPORTED_SOCIAL = ['YouTube', 'LinkedIn', 'Web', 'X', 'TikTok', 'Instagram', 'Facebook', 'Pinterest'];

Expand Down

0 comments on commit 508890b

Please sign in to comment.