Skip to content

Commit

Permalink
Revert to uploaded date, will address in future PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Dec 15, 2023
1 parent f1ced53 commit 2cdd2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/dataSubmissions/QualityControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const columns: Column<QCResult>[] = [
field: "severity",
},
{
label: "Validated Date",
label: "Uploaded Date",
renderValue: (data) => (data?.uploadedDate ? `${FormatDate(data.uploadedDate, "MM-DD-YYYY [at] hh:mm A")}` : ""),
field: "uploadedDate",
default: true
Expand Down

0 comments on commit 2cdd2ea

Please sign in to comment.