Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
katerinachinnappan committed Oct 30, 2024
1 parent 7f5cc5b commit f1b399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curated-corpus/helpers/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface DropdownOption {
export const topics: DropdownOption[] = [
{ code: Topics.Business, name: 'Business' },
{ code: Topics.Career, name: 'Career' },
{ code: Topics.Coronavirus, name: 'Coronavirus' },
// { code: Topics.Coronavirus, name: 'Coronavirus' },
{ code: Topics.Education, name: 'Education' },
{ code: Topics.Entertainment, name: 'Entertainment' },
{ code: Topics.Food, name: 'Food' },
Expand Down

0 comments on commit f1b399b

Please sign in to comment.