From b7080f1b3b07c74aaea1f3779ce52c950849fda8 Mon Sep 17 00:00:00 2001 From: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:07:58 -0500 Subject: [PATCH] Fix refseq table style (#1206) --- .../app/pages/genePage/GeneAdditionalInfoTable.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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})
)}