diff --git a/static/app/components/onboardingWizard/taskConfig.tsx b/static/app/components/onboardingWizard/taskConfig.tsx index 8d746f7a6654bf..74e69ba9329289 100644 --- a/static/app/components/onboardingWizard/taskConfig.tsx +++ b/static/app/components/onboardingWizard/taskConfig.tsx @@ -313,7 +313,7 @@ export function getOnboardingTasks({ display: true, pendingTitle: t('Awaiting an error for this project.'), SupplementComponent: ({task}: OnboardingSupplementComponentProps) => { - if (!hasQuickStartUpdatesFeature(organization)) { + if (hasQuickStartUpdatesFeature(organization)) { return null; } if (!projects?.length || task.requisiteTasks.length > 0 || taskIsDone(task)) {