diff --git a/src/app/components/analysis-panel/analysis-panel.component.ts b/src/app/components/analysis-panel/analysis-panel.component.ts
index 57015d98fead775cd1e83ab31ac56a09cf6b8905..f4dd30520d497f2e3102012d6177df665d46c2e0 100644
--- a/src/app/components/analysis-panel/analysis-panel.component.ts
+++ b/src/app/components/analysis-panel/analysis-panel.component.ts
@@ -300,12 +300,12 @@ export class AnalysisPanelComponent implements OnInit, OnChanges {
             // else: selected is null
             const updatedNodes = [];
             this.nodeData.nodes.forEach((node) => {
-              let drugType;
-              let drugInTrial;
-              if (node.wrapper.data.netexId && node.wrapper.data.netexId.startswith('d')) {
-                drugType = node.wrapper.data.status;
-                drugInTrial = node.wrapper.data.inTrial;
-              }
+              // let drugType;
+              // let drugInTrial;
+              // if (node.netexId && node.netexId.startsWith('d')) {
+              //   drugType = node.status;
+              //   drugInTrial = node.inTrial;
+              // }
               const isSeed = this.highlightSeeds ? this.seedMap[node.id] : false;
               const gradient = (this.gradientMap !== {}) && (this.gradientMap[node.id]) ? this.gradientMap[node.id] : 1.0;
               const nodeStyled = NetworkSettings.getNodeStyle(