diff --git a/react/components/UploadModal/ReportScreen.tsx b/react/components/UploadModal/ReportScreen.tsx index 3f0f35fd..5b21448a 100644 --- a/react/components/UploadModal/ReportScreen.tsx +++ b/react/components/UploadModal/ReportScreen.tsx @@ -42,9 +42,9 @@ const ReportScreen = (data: FieldValidationError) => { locators={[errorCount]} className={csx({ marginTop: '$space-4' })} /> - {validationResult.map(({ name, invalidRows }, index) => ( + {validationResult.map(({ name, invalidRows }) => ( 0 ? 'error' : 'success'} label={name} locators={[invalidRows]}