diff --git a/static/app/components/onboardingWizard/newSidebar.tsx b/static/app/components/onboardingWizard/newSidebar.tsx index 6bcc26ca9aa60b..387358437718c1 100644 --- a/static/app/components/onboardingWizard/newSidebar.tsx +++ b/static/app/components/onboardingWizard/newSidebar.tsx @@ -171,21 +171,6 @@ function Task({task, completed, hidePanel}: TaskProps) { ); } - // if (status === 'waiting') { - // return ( - // - // - //
- // {task.title} - //

{task.description}

- //
- // - // - // - //
- // ); - // } - return (