starting to remove Countries from UI

This commit is contained in:
frankknoll
2023-04-02 20:14:47 +02:00
parent 578651052a
commit 3e553b9324
5 changed files with 103 additions and 130 deletions

View File

@@ -6,6 +6,7 @@ class HistogramView {
this.#uiContainer = uiContainer
}
// FK-TODO: remove country
displayHistogramView(country, batchcode) {
this
.#loadHistoDescrs(country, batchcode)