Skip to content

Develop#2186

Open
Bohdan259 wants to merge 4 commits into
mate-academy:masterfrom
Bohdan259:develop
Open

Develop#2186
Bohdan259 wants to merge 4 commits into
mate-academy:masterfrom
Bohdan259:develop

Conversation

@Bohdan259
Copy link
Copy Markdown

Copy link
Copy Markdown

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

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

almost done
after trying to change the status of several todos, the loader only appears on the last one that was pressed. it should appear on every todo that will change state. the same problem with deleting

@Bohdan259 Bohdan259 requested a review from etojeDenys May 3, 2026 10:07
Copy link
Copy Markdown

@Anton-Kuchmasov Anton-Kuchmasov left a comment

Choose a reason for hiding this comment

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

Well done!

Before preparing to the Final Review tasks, please get rid of all inline comments in your code


return (
<header className="todoapp__header">
{todos.length > 0 && (
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
{todos.length > 0 && (
{!!todos.length && (

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.

3 participants