Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Oct 16, 2024
1 parent 7da0de2 commit a3206d1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions static/app/components/onboardingWizard/newSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,21 +171,6 @@ function Task({task, completed, hidePanel}: TaskProps) {
);
}

// if (status === 'waiting') {
// return (
// <TaskWrapper onClick={handleClick}>
// <InteractionStateLayer />
// <div>
// <strong>{task.title}</strong>
// <p>{task.description}</p>
// </div>
// <Tooltip title={t('Waiting for event')}>
// <PulsingIndicator />
// </Tooltip>
// </TaskWrapper>
// );
// }

return (
<TaskWrapper onClick={handleClick}>
<InteractionStateLayer />
Expand Down

0 comments on commit a3206d1

Please sign in to comment.