We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc9873 commit b1fb29bCopy full SHA for b1fb29b
1 file changed
projects/pathway-browser/src/app/details/tabs/description-tab/description-tab.component.ts
@@ -481,7 +481,7 @@ export class DescriptionTabComponent implements OnDestroy {
481
case 'locationsInPWB':
482
return this.showLocations();
483
case 'reactionDiagram':
484
- return this.isReaction();
+ return this.isReaction() && this.showReactionDiagram();
485
case DataKeys.PROTEIN_MARKER:
486
return this.proteinMarkers().length + this.rnaMarkers().length > 0;
487
case DataKeys.CATALYST_ACTIVITY:
0 commit comments