Skip to content

Commit

Permalink
CRDCDH-810 Update Validation Results table
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Feb 14, 2024
1 parent 583bdba commit c5e57f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/content/dataSubmissions/QualityControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,7 @@ const columns: Column<QCResult>[] = [
field: "nodeType",
},
{
label: "Validation Type",
renderValue: (data) => <StyledNodeType>{data?.validationType}</StyledNodeType>,
field: "validationType",
},
{
label: "Node ID",
label: "Submitted Identifier",
renderValue: (data) => <StyledBreakAll>{data?.nodeID}</StyledBreakAll>,
field: "nodeID",
},
Expand Down

0 comments on commit c5e57f3

Please sign in to comment.