Skip to content

Commit

Permalink
TodoListItem update
Browse files Browse the repository at this point in the history
  • Loading branch information
nawrotw committed Jul 20, 2024
1 parent 89080da commit 068687e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/todoList/TodoListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const GenericTodoListItem = <T, >(props: TodoListItemProps<T>) => {
>
<ListItemButton
onClick={() => onClick?.(id, checked)} data-testid={`todoItem-${id}`}
onDoubleClick={() => onEdit?.(id, text)}
>
<ListItemIcon sx={{ minWidth: 0 }}>
<Checkbox
Expand Down

0 comments on commit 068687e

Please sign in to comment.