Skip to content

Conversation

@JamesPuckett
Copy link

No description provided.

render() {
const users = this.props.props;
console.log("i got props", users);
const userD = users.map((user, index) => {
Copy link

Choose a reason for hiding this comment

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

Always try to use descriptive variable names. Rather make them a little bit longer than too short...

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