Skip to content

Solution#1776

Open
TomaszKrzywicki wants to merge 1 commit intomate-academy:masterfrom
TomaszKrzywicki:develop
Open

Solution#1776
TomaszKrzywicki wants to merge 1 commit intomate-academy:masterfrom
TomaszKrzywicki:develop

Conversation

@TomaszKrzywicki
Copy link

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

Great job on meeting the task requirements! 🎉 The code in App.tsx functions well and aligns with the task constraints. While there are minor issues, such as the self-closing <button> tag and the className consistency for the <td> element, these do not impact the core functionality. Keep up the good work and consider these improvements for future projects! 😊

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

Comment on lines +30 to +31
onClick={() => setSelectedGood('')}
/>

Choose a reason for hiding this comment

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

The <button> element should not be self-closing. It should have an opening and a closing tag, even if it does not contain any children. Change it to <button ...></button>.

</button>
)}
</td>
<td data-cy="GoodTitle" className="is-vcentered">

Choose a reason for hiding this comment

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

Ensure that the className for the <td> element is consistent with the rest of the code. Currently, it uses is-vcentered, which should be verified for its intended use and consistency.

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