diff --git a/src/main/webapp/app/pages/genePage/GeneAdditionalInfoTable.tsx b/src/main/webapp/app/pages/genePage/GeneAdditionalInfoTable.tsx index 19e927a87..908f6b58c 100644 --- a/src/main/webapp/app/pages/genePage/GeneAdditionalInfoTable.tsx +++ b/src/main/webapp/app/pages/genePage/GeneAdditionalInfoTable.tsx @@ -110,21 +110,21 @@ const getRefSeqText = (grch37: string, grch38: string) => { return (
{grch37 && ( -
+
{' '} - ({REFERENCE_GENOME.GRCh37}) + /> + ({REFERENCE_GENOME.GRCh37})
)} {grch38 && ( -
+
{' '} - ({REFERENCE_GENOME.GRCh38}) + /> + ({REFERENCE_GENOME.GRCh38})
)}