Skip to content

Commit

Permalink
update for pending
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Nov 4, 2024
1 parent c34db94 commit 84d57b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/components/onboardingWizard/newSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ function TaskGroup({
task={task}
hidePanel={hidePanel}
showWaitingIndicator={taskKeyForWaitingIndicator === task.task}
status={task.status === 'pending' ? task.status : undefined}
/>
))}
{completedTasks.length > 0 && (
Expand Down

0 comments on commit 84d57b6

Please sign in to comment.