diff --git a/static/app/components/onboardingWizard/newSidebar.tsx b/static/app/components/onboardingWizard/newSidebar.tsx index 7077c06800893..58491d5f67940 100644 --- a/static/app/components/onboardingWizard/newSidebar.tsx +++ b/static/app/components/onboardingWizard/newSidebar.tsx @@ -180,13 +180,17 @@ function TaskGroup({title, description, tasks, expanded, hidePanel}: TaskGroupPr return ( - setIsExpanded(!isExpanded)}> + setIsExpanded(!isExpanded)}>
{title}

{description}

- +
{isExpanded && (