Skip to content

Commit

Permalink
update the summary to display noticebox for pages with import type of…
Browse files Browse the repository at this point in the history
… TRACKER_IMPORT_JOB
  • Loading branch information
Chisomchima committed Apr 2, 2024
1 parent 4434f17 commit 48043c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobSummary/Summary/Summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div data-test="job-summary-summary" className={styles.container}>
Expand Down

0 comments on commit 48043c1

Please sign in to comment.