fixup! add profileurlviewer proptypes

This commit is contained in:
Barry Gitarts 2019-08-26 20:20:39 -04:00 committed by Barry G
parent f154fd1b22
commit 439f405c9f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class ProfileUrlViewer extends PureComponent {
}
}
ProfileUrlViewer.PropTypes = {
ProfileUrlViewer.propTypes = {
url: PropTypes.string
}