Merge pull request #288 from nolanlawson/nolan/remove-notfound-string
fix: remove unused notFoundString propnolan/hinaloe-test
commit
e3106ac637
|
@ -28,6 +28,5 @@ export default class NotFound extends React.PureComponent {
|
||||||
|
|
||||||
NotFound.propTypes /* remove-proptypes */ = {
|
NotFound.propTypes /* remove-proptypes */ = {
|
||||||
notFound: PropTypes.func.isRequired,
|
notFound: PropTypes.func.isRequired,
|
||||||
notFoundString: PropTypes.string.isRequired,
|
|
||||||
emojiProps: PropTypes.object.isRequired,
|
emojiProps: PropTypes.object.isRequired,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue