Skip to content

World clock PR#70

Open
Lili00ani wants to merge 3 commits intorocketacademy:mainfrom
Lili00ani:main
Open

World clock PR#70
Lili00ani wants to merge 3 commits intorocketacademy:mainfrom
Lili00ani:main

Conversation

@Lili00ani
Copy link
Copy Markdown

No description provided.

return (
<div>
<p>
{this.props.clockData.map(thetimezone => (<Clock timeZone={thetimezone} key={thetimezone} />))}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
{this.props.clockData.map(thetimezone => (<Clock timeZone={thetimezone} key={thetimezone} />))}
{this.props.clockData.map(theTimeZone => (<Clock timeZone={thetimezone} key={thetimezone} />))}

Let's always use camelCase in JavaScript

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