Skip to content

Commit

Permalink
build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NishiPhalke committed Oct 30, 2023
1 parent 0b8836b commit 9bddd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen2.0/src/app/search/ccredetails/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const tissueValues = sort==="byValue" ? byValueTissues: sort==="byTissueMax" ? b
y += info.values.length * 20 + 20 + 25
let view: string = "0 0 1200 " + (info.values.length * 20 +10)
return (
<svg className="graph" aria-labelledby="title desc" role="img" viewBox={view}>
<svg className="graph" aria-labelledby="title desc" role="img" viewBox={view} key={index}>
<g className="data" data-setname="gene expression plot">

{plotGeneExp(entry, 5)}
Expand Down

0 comments on commit 9bddd65

Please sign in to comment.