Skip to content

Commit

Permalink
CRDCDH-846 Remove CRDC_ID column
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Feb 27, 2024
1 parent 6b98db6 commit fd379fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/content/dataSubmissions/QualityControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ const columns: Column<QCResult>[] = [
renderValue: (data) => <StyledBreakAll>{data?.nodeID}</StyledBreakAll>,
field: "nodeID",
},
{
label: "CRDC ID",
renderValue: (data) => <StyledBreakAll>{data?.CRDC_ID}</StyledBreakAll>,
field: "CRDC_ID",
},
{
label: "Severity",
renderValue: (data) => <StyledSeverity color={data?.severity === "Error" ? "#B54717" : "#8D5809"}>{data?.severity}</StyledSeverity>,
Expand Down

0 comments on commit fd379fc

Please sign in to comment.