Skip to content

Commit

Permalink
Fix: use Berlin-test instead of berlin
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Jan 15, 2024
1 parent 963f66d commit fbddd1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/demo/public/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"patients": {
"legendMapping": {
"berlin": "Berlin",
"berlin-test": "Berlin",
"bonn": "Bonn",
"dresden": "Dresden",
"essen": "Essen",
Expand Down
3 changes: 2 additions & 1 deletion packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
const uiSiteMap: string[][] = [
["berlin", "Berlin"],
["berlin-test", "Berlin"],
["bonn", "Bonn"],
["dresden", "Dresden"],
["essen", "Essen"],
Expand Down Expand Up @@ -127,7 +128,7 @@
"muenchen-tum",
"hamburg",
"frankfurt",
"berlin",
"berlin-test",
"dresden",
"mainz",
"muenchen-lmu",
Expand Down

0 comments on commit fbddd1c

Please sign in to comment.