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

added solution #2709

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

added solution #2709

wants to merge 1 commit into from

Conversation

alechsva
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 implementing the Person component! 🎉 You've handled the missing age property gracefully, ensuring the application functions smoothly without errors. Keep up the excellent work and continue to pay attention to detail like this in future projects! 😊

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

<p className="Person__partner">I am not married</p>
</section>
<Person person={misha} />
<Person person={olya} />

Choose a reason for hiding this comment

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

The olya object is missing the age property. If the Person component expects an age prop, this could lead to errors or unexpected behavior. Consider adding an age property to the olya object if necessary.

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