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

GH-2046: Blank detailed view #580

Merged
merged 4 commits into from Jul 14, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Add email propType

  • Loading branch information
benstrumeyer committed Jul 13, 2020
commit 39de602a59d2508dffd05716bd85510f690eaaa9
@@ -43,6 +43,7 @@ const AccountSuccess = ({ email, is_expert }) => (
// PropTypes ensure we pass required props of the correct type
AccountSuccess.propTypes = {
is_expert: PropTypes.bool.isRequired,
email: PropTypes.string,
};

AccountSuccess.defaultProps = {
ProTip! Use n and p to navigate between commits in a pull request.