Skip to content

Commit

Permalink
refactor: changed the UICC Searchtee and added 'I' and 'IC'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKisselDKFZ committed Aug 31, 2023
1 parent 2044151 commit 96a1077
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions src/assets/catalogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,21 +215,10 @@ export const staticCatalogue: Array<Category> = [
en: '',
},
{
key: 'IA2',
de: 'IA2',
en: '',
},
{
key: 'IA1',
de: 'IA1',
en: '',
},
{
key: 'IA',
de: 'IA',
key: 'IC',
de: 'IC',
en: '',
},

{
key: 'IB2',
de: 'IB2',
Expand All @@ -245,6 +234,26 @@ export const staticCatalogue: Array<Category> = [
de: 'IB',
en: '',
},
{
key: 'IA2',
de: 'IA2',
en: '',
},
{
key: 'IA1',
de: 'IA1',
en: '',
},
{
key: 'IA',
de: 'IA',
en: '',
},
{
key: 'I',
de: 'I',
en: '',
},
{
key: 'IIC',
de: 'IIC',
Expand Down

0 comments on commit 96a1077

Please # to comment.