Skip to content

Commit

Permalink
todo app
Browse files Browse the repository at this point in the history
  • Loading branch information
OMedvid committed Sep 7, 2024
1 parent 1fbd31c commit e9bf929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Todo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const TodoItem: React.FC<PropsTodo> = ({ id, title, status }) => {

return (
<div data-cy="Todo" className={classNames('todo', { completed: status })}>
{/* eslint-disable jsx-a11y/label-has-associated-control */}
<label className="todo__status-label">
<input
data-cy="TodoStatus"
Expand Down

0 comments on commit e9bf929

Please sign in to comment.