Skip to content

Commit

Permalink
Added name for Berlin
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Dec 14, 2023
1 parent a0a1fb8 commit 74b1fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
const uiSiteMap: string[][] = [
["berlin", "Berlin"],
["berlin-test", "Berlin"],
["bonn", "Bonn"],
["dresden", "Dresden"],
["essen", "Essen"],
Expand Down
1 change: 1 addition & 0 deletions packages/demo/src/AppFragmentDevelopment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
const uiSiteMap: string[][] = [
["berlin", "Berlin"],
["berlin-test", "Berlin"],
["bonn", "Bonn"],
["dresden", "Dresden"],
["essen", "Essen"],
Expand Down

0 comments on commit 74b1fde

Please sign in to comment.