Skip to content

Commit b1fb29b

Browse files
committed
fix: TOC issue
1 parent 5dc9873 commit b1fb29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/pathway-browser/src/app/details/tabs/description-tab/description-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export class DescriptionTabComponent implements OnDestroy {
481481
case 'locationsInPWB':
482482
return this.showLocations();
483483
case 'reactionDiagram':
484-
return this.isReaction();
484+
return this.isReaction() && this.showReactionDiagram();
485485
case DataKeys.PROTEIN_MARKER:
486486
return this.proteinMarkers().length + this.rnaMarkers().length > 0;
487487
case DataKeys.CATALYST_ACTIVITY:

0 commit comments

Comments
 (0)