first update#3799
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Your solution is approved because it correctly implements all the required functionality for the App and Person components. The Person component receives the full person object via the person prop, and you destructure props in the function signature, matching the guideline [CHECKLIST ITEM #1]. You handle marital status and partner wording correctly: married men see their partner described as a wife, married women as a husband, and unmarried people see the text “I am not married.” The optional age field is rendered only when present, so people without an age (like olya) display correctly without extra placeholders. Class names such as Person, Person__name, Person__age, and Person__partner are used consistently, which ensures styling hooks remain intact. There are no critical blockers or broken behaviors based on the task requirements, so no changes are needed for this assignment. Nicely done keeping the logic clean and readable by extracting the partner text before the JSX.
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
No description provided.