From ef778862906e477a0c9ebdd2cb98efab06aa5f0e Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Wed, 16 Oct 2024 08:04:47 -0300 Subject: [PATCH] feedback --- static/app/components/onboardingWizard/newSidebar.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/app/components/onboardingWizard/newSidebar.tsx b/static/app/components/onboardingWizard/newSidebar.tsx index 7077c068008931..58491d5f679406 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 && (