Skip to content

Commit

Permalink
for now, remove all of the sorting for orthologs. The ones that work …
Browse files Browse the repository at this point in the history
…aren't useful.
  • Loading branch information
kevinschaper committed Dec 13, 2024
1 parent 5320402 commit 3e50071
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/node/AssociationsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ const orthologColoumns = computed<Cols<Datum>>(() => {
slot: "taxon",
key: "taxon" as Datum,
heading: "Taxon",
sortable: true,
},
{
slot: "ortholog",
Expand All @@ -238,15 +237,13 @@ const orthologColoumns = computed<Cols<Datum>>(() => {
slot: "primary_knowledge_source",
key: "primary_knowledge_source" as Datum,
heading: "Source",
sortable: true,
},
{ slot: "divider" },
{
slot: "details",
key: "evidence_count",
heading: "Details",
align: "center",
sortable: true,
},
];
});
Expand Down

0 comments on commit 3e50071

Please sign in to comment.