Skip to content

Commit

Permalink
Merge pull request missive#288 from nolanlawson/nolan/remove-notfound…
Browse files Browse the repository at this point in the history
…-string

fix: remove unused notFoundString prop
  • Loading branch information
nolanlawson committed Mar 10, 2019
2 parents ec3057a + 13e1dd2 commit 5a29d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/not-found.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit 5a29d8d

Please sign in to comment.