Skip to content

Commit

Permalink
chore: remove commented old code
Browse files Browse the repository at this point in the history
  • Loading branch information
swouf committed Jan 10, 2023
1 parent 74996b3 commit c5ac879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/main/tasks/TasksListMinimized.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const TasksListMinimized = forwardRef<
onClick={onShow}
sx={{ width: '100%', mt: 2, pt: 2, pb: 2 }}
>
{/* <TasksListTitle title={title} tasksNumber={tasks.size} /> */}
<Badge badgeContent={tasksNumber} color="secondary">
<Typography>{title}</Typography>
</Badge>
Expand Down

0 comments on commit c5ac879

Please sign in to comment.