Skip to content

Commit

Permalink
Correct title for RNA
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci committed Jul 20, 2024
1 parent 6aa508d commit deaec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/app-utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -3732,7 +3732,7 @@ appUtilities.resizeNodesToContent = function(nodes){

appUtilities.transformClassInfo = function( classInfo ) {
var res = classInfo.replace(' multimer', '').replace('active ', '').replace('hypthetical ', '');
if (res == 'and' || res == 'or' || res == 'not') {
if (res == 'and' || res == 'or' || res == 'not' || res == 'rna') {
res = res.toUpperCase();
}
else {
Expand Down

0 comments on commit deaec24

Please sign in to comment.