We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854036a commit 6e1f560Copy full SHA for 6e1f560
1 file changed
src/main/java/org/reactome/web/pwp/client/details/tabs/molecules/model/data/Molecule.java
@@ -86,6 +86,8 @@ public ImageResource getImageResource() {
86
return DatabaseObjectImages.INSTANCE.entityWithAccessionedSequence();
87
case SIMPLE_ENTITY:
88
return DatabaseObjectImages.INSTANCE.simpleEntity();
89
+ case CHEMICAL_DRUG:
90
+ return DatabaseObjectImages.INSTANCE.chemicalDrug();
91
case GENOME_ENCODED_ENTITY:
92
return DatabaseObjectImages.INSTANCE.genomeEncodeEntity();
93
case OTHER_ENTITY:
0 commit comments