Closed blahosyl closed 3 months ago
As a Logged-in User,
I want to see more information on the full Profile List than on the sidebar Profile List,
so that can see more profile information at a glance
role
pronoun
App.js
full
ProfileList
const { full } = props;
Profile
pronouns
As a Logged-in User,
I want to see more information on the full Profile List than on the sidebar Profile List,
so that can see more profile information at a glance
Acceptance Criteria
role
andpronoun
fields appear for each user on full-page Profile List (unless they are empty)Tasks
App.js
, passfull
prop to full-pageProfileList
ProfileList
, destructure the prop:const { full } = props;
ProfileList
, passfull
prop toProfile
Profile
, destructure the prop:const { full } = props;
role
andpronouns
on full-page Profile List