Skip to content

Solution#2190

Open
aholubko wants to merge 1 commit into
mate-academy:masterfrom
aholubko:develop
Open

Solution#2190
aholubko wants to merge 1 commit into
mate-academy:masterfrom
aholubko:develop

Conversation

@aholubko
Copy link
Copy Markdown

@aholubko aholubko commented May 7, 2026

Copy link
Copy Markdown

@2pasha 2pasha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 🔥

*take a look on comments below ⬇️

Comment on lines +58 to +61
onClick={e => {
e.preventDefault();
setFilterBy(filter.value);
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to separate fn

Comment on lines +104 to +109
onKeyDown={event => {
if (event.key === 'Escape') {
setNewTitle(todo.title);
setIsEdititng(false);
}
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to separate fn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants