Skip to content

Commit

Permalink
update column id
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmehta committed Oct 31, 2024
1 parent 826dc7d commit 9f52b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sections/src/variant/Pharmacogenomics/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function Body({ id, entity }: BodyProps) {
},
},
{
id: "confidenceLevel",
id: "evidenceLevel",
label: "Confidence level",
comparator: (a, b) => (b.evidenceLevel < a.evidenceLevel ? 1 : -1),
sortable: true,
Expand Down

0 comments on commit 9f52b86

Please sign in to comment.