We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f964a7 commit bb46075Copy full SHA for bb46075
static/app/components/onboardingWizard/taskConfig.tsx
@@ -313,7 +313,7 @@ export function getOnboardingTasks({
313
display: true,
314
pendingTitle: t('Awaiting an error for this project.'),
315
SupplementComponent: ({task}: OnboardingSupplementComponentProps) => {
316
- if (!hasQuickStartUpdatesFeature(organization)) {
+ if (hasQuickStartUpdatesFeature(organization)) {
317
return null;
318
}
319
if (!projects?.length || task.requisiteTasks.length > 0 || taskIsDone(task)) {
0 commit comments