diff --git a/src/components/JobSummary/Summary/Summary.js b/src/components/JobSummary/Summary/Summary.js index a9023502..61e3bd34 100644 --- a/src/components/JobSummary/Summary/Summary.js +++ b/src/components/JobSummary/Summary/Summary.js @@ -21,7 +21,7 @@ const extractStats = (summary) => { } const Summary = ({ summary, importType, isDryRun }) => { - if (isDryRun) { + if (isDryRun && importType === 'TRACKER_IMPORT_JOB') { const { ignored, total } = extractStats(summary) return (