diff --git a/immuscreen/src/app/icres/page.tsx b/immuscreen/src/app/icres/page.tsx index e1317db..27c1835 100644 --- a/immuscreen/src/app/icres/page.tsx +++ b/immuscreen/src/app/icres/page.tsx @@ -228,11 +228,11 @@ export default function Icres() { - - - - - + + + {/* */} + + diff --git a/immuscreen/src/app/snp/page.tsx b/immuscreen/src/app/snp/page.tsx index da0ed76..a84879f 100644 --- a/immuscreen/src/app/snp/page.tsx +++ b/immuscreen/src/app/snp/page.tsx @@ -159,7 +159,8 @@ const Snp = () => { {snp && SNP Details: {snp}{dataSNP && " - " + dataSNP.snpQuery[0].coordinates.chromosome + ":" + dataSNP.snpQuery[0].coordinates.end}} - + + {/* */} {value === 0 && @@ -168,7 +169,8 @@ const Snp = () => { } {value === 1 && - <> + <> + { rows={data?.icreeQTLQuery || []} itemsPerPage={10} /> - + {/* { rows={ebidata?.ebiAssociationsQuery || []} sortColumn={3} itemsPerPage={10} /> - + */} + }