Skip to content
New issue

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

More homepages es6 updates #18480

Merged
merged 5 commits into from
Oct 18, 2017
Merged

More homepages es6 updates #18480

merged 5 commits into from
Oct 18, 2017

Conversation

Erin007
Copy link
Contributor

@Erin007 Erin007 commented Oct 18, 2017

Update to new syntax for StudentHomepage, RecentCourses and SetUpMessage.

@@ -48,8 +48,8 @@ const styles = {
}
};

const SetUpMessage = React.createClass({
propTypes: {
export default Radium(class SetUpMessage extends Component {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is the only component in this PR that doesn't have its own test coverage. Up for a quick unit test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, that's great! I should have waited for the coverage report to be generated. 😁

Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

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

Everything looks good!

@Erin007 Erin007 merged commit 7552222 into staging Oct 18, 2017
@Erin007 Erin007 deleted the more-homepages-es6-updates branch October 18, 2017 23:20
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.

None yet

2 participants