Skip to content

Commit

Permalink
Merge pull request #289 from CBIIT/CRDCDH-846
Browse files Browse the repository at this point in the history
CRDCDH-846 Remove `CRDC_ID` column
  • Loading branch information
Alejandro-Vega authored Feb 28, 2024
2 parents da9edd1 + fd379fc commit 824abc9
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 824abc9

Please # to comment.