We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084f20f commit 1f467b6Copy full SHA for 1f467b6
1 file changed
mcc/src/client/GeneticsPlot/SequenceDataTable.tsx
@@ -12,8 +12,8 @@ export default function SequenceDataTable(props: {data: any}) {
12
return (
13
<a
14
target="_blank"
15
- href={params.value}
16
- >{params.value ? "https://trace.ncbi.nlm.nih.gov/Traces/sra/?run=" + params.value : ""}</a>
+ href={params.value ? "https://trace.ncbi.nlm.nih.gov/Traces/sra/?run=" + params.value : ""}
+ >{params.value}</a>
17
);
18
}},
19
{ field: 'total_reads', headerName: 'Total Reads', width: 125, type: "number", headerAlign: 'left', flex: 1 }
0 commit comments