Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add solution #1408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add solution #1408

wants to merge 1 commit into from

Conversation

R-Ohirok
Copy link

@R-Ohirok R-Ohirok commented Mar 4, 2025

Copy link

@radykhovska radykhovska left a comment

Choose a reason for hiding this comment

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

Good job! pay attention to my comment in files

import { CommentInfo } from '../CommentInfo';

export const CommentList = ({ comments }) =>
comments.length === 0 ? (

Choose a reason for hiding this comment

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

мабуть, варто додати тег<hr />з висхідного коду <hr /> <b data-cy="NoCommentsMessage">No comments yet</b>

Copy link
Author

Choose a reason for hiding this comment

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

в прикладі який був в коді до завдання тег <hr /> був лише у випадку, коли коментарі відсутні, тому додавання цього тегу реалізовано в файлі postInfo.jsx на 18 стрічці коду

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! 🎉 Your code meets all the task requirements and constraints. You've structured the components well, handled data preparation correctly, and ensured proper styling separation. Keep up the excellent work! If you want to further enhance your skills, consider exploring more advanced React patterns and optimizations. 😊

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

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