Skip to content

Commit

Permalink
MC-1556: nsure ‘Coronavirus’ is not available as a Topic when adding …
Browse files Browse the repository at this point in the history
…an Item
  • Loading branch information
katerinachinnappan committed Oct 30, 2024
1 parent f1b399b commit c9c29a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/curated-corpus/helpers/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export interface DropdownOption {
export const topics: DropdownOption[] = [
{ code: Topics.Business, name: 'Business' },
{ code: Topics.Career, name: 'Career' },
// { 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 c9c29a0

Please sign in to comment.