From 5555e925d8a19df7913e74628769d41dad83ada8 Mon Sep 17 00:00:00 2001
From: frankknoll
Date: Sun, 16 Apr 2023 14:52:29 +0200
Subject: [PATCH] styling ui
---
docs/BatchCodeDetailsView.js | 6 +++---
docs/batchCodeTable.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/BatchCodeDetailsView.js b/docs/BatchCodeDetailsView.js
index ca122dd747e..2bd7a8a02a1 100644
--- a/docs/BatchCodeDetailsView.js
+++ b/docs/BatchCodeDetailsView.js
@@ -32,13 +32,13 @@ class BatchCodeDetailsView {
}
#displayHistogramViewForHistoDescrs(histoDescrs) {
- this.#displayHeading(histoDescrs.batchcode, histoDescrs['Company']);
+ this.#displayHeading(histoDescrs.batchcode);
this.#displayAdverseReactionReportsChart(histoDescrs);
this.#displayHistogram(histoDescrs);
}
- #displayHeading(batchcode, company) {
- this.#headingElement.textContent = `Frequencies of reported Symptoms for Batch Code Combinations containing ${batchcode} from ${company}`
+ #displayHeading(batchcode) {
+ this.#headingElement.textContent = `Frequencies of reported Symptoms for Batch Code ${batchcode}`
}
#displayAdverseReactionReportsChart(histoDescrs) {
diff --git a/docs/batchCodeTable.html b/docs/batchCodeTable.html
index 58044f8e669..1684cb13f87 100644
--- a/docs/batchCodeTable.html
+++ b/docs/batchCodeTable.html
@@ -49762,8 +49762,8 @@