We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
show pronouns & role on full Profile List #117
91656c3
descr Profile List in README #10 #117
8ba5519
blahosyl
No branches or pull requests
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 ListThe text was updated successfully, but these errors were encountered: