Skip to content

Commit

Permalink
Merge branch 'mvp-2.1.0' into CRDCDH-538-D4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega authored Feb 22, 2024
2 parents 4fb4c3c + d78f72e commit 6135d92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/content/dataSubmissions/DataSubmission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,6 @@ const DataSubmission: FC<Props> = ({ submissionId, tab }) => {
}, [data?.getSubmission?.fileValidationStatus, data?.getSubmission?.metadataValidationStatus]);

useEffect(() => {
if (user?.role !== "Submitter") {
return () => {};
}
if (!hasUploadingBatches && batchRefreshTimeout) {
clearInterval(batchRefreshTimeout);
setBatchRefreshTimeout(null);
Expand Down

0 comments on commit 6135d92

Please sign in to comment.