From 13e1dd2e82e9feadeda7802037082d2b0b6e1aa0 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 10 Mar 2019 10:40:55 -0700 Subject: [PATCH] fix: remove unused notFoundString prop --- src/components/not-found.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/not-found.js b/src/components/not-found.js index a1cbe33..d8fbf93 100644 --- a/src/components/not-found.js +++ b/src/components/not-found.js @@ -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, }