Skip to content

Commit

Permalink
Enable the protein feature widget on main site
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jul 27, 2023
1 parent cc9b7ce commit 4d1c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gene-page-widgets/gene-page-widgets.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</ng-container>

<div *ngIf="!deployConfigService.productionMode()">
<div>
<div *ngIf="currentWidget() != 'protein_feature_viewer'" class="non-active-widget-button"
title="Click to view protein features">
<a (click)="setWidget('protein_feature_viewer')">
Expand Down

0 comments on commit 4d1c19b

Please sign in to comment.