From e83ef2ae375e954974059b915d620926ad773e88 Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Mon, 17 Jun 2024 12:32:08 +0100
Subject: [PATCH 1/2] Histogram: fix text for items with null values

---
 web-components-submodule | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-components-submodule b/web-components-submodule
index aca6219..f6747d0 160000
--- a/web-components-submodule
+++ b/web-components-submodule
@@ -1 +1 @@
-Subproject commit aca62194d39c552b9983330fbe4408be97425d55
+Subproject commit f6747d07b73891aa0e517061ca3eba21ba49dd1e
-- 
GitLab


From 85c0c63ed15dbf58bbc86770aeb5fa3af5834479 Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Mon, 17 Jun 2024 12:39:36 +0100
Subject: [PATCH 2/2] Assay associated compounds: fix typo

---
 .../report_cards/assay/sections/compound_summary/_chembl_id.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/embed/report_cards/assay/sections/compound_summary/_chembl_id.vue b/pages/embed/report_cards/assay/sections/compound_summary/_chembl_id.vue
index 9106f39..8a0de4a 100644
--- a/pages/embed/report_cards/assay/sections/compound_summary/_chembl_id.vue
+++ b/pages/embed/report_cards/assay/sections/compound_summary/_chembl_id.vue
@@ -1,7 +1,7 @@
 <template>
   <AssociatedCompounds
     :chembl-i-d="chemblID"
-    id-for-parent="AssociatedCompounds"
+    id-for-parent="AssayAssociatedCompounds"
   />
 </template>
 
-- 
GitLab