fix: remove unused notFoundString prop

nolan/hinaloe-test
Nolan Lawson 2019-03-10 10:40:55 -07:00
parent 8c80e7d4e5
commit 13e1dd2e82
1 changed files with 0 additions and 1 deletions

View File

@ -28,6 +28,5 @@ export default class NotFound extends React.PureComponent {
NotFound.propTypes /* remove-proptypes */ = {
notFound: PropTypes.func.isRequired,
notFoundString: PropTypes.string.isRequired,
emojiProps: PropTypes.object.isRequired,
}