Skip to content

Commit

Permalink
Fix label up/downstream in Sequence section
Browse files Browse the repository at this point in the history
Refs #2108
  • Loading branch information
kimrutherford committed Oct 26, 2023
1 parent d851364 commit 4d649c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export class TranscriptSequenceSelectComponent implements OnChanges {
}

featureHasProtein() {
return this.protein !== null;
return !!this.protein;
}

transcriptChanged() {
Expand Down

0 comments on commit 4d649c0

Please sign in to comment.