Skip to content

Commit

Permalink
Remove unused classes propType
Browse files Browse the repository at this point in the history
Fixes #3797
  • Loading branch information
marlo-longley committed Nov 22, 2023
1 parent f5a087f commit 4ea1ae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ManifestRelatedLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class ManifestRelatedLinks extends Component {
}

ManifestRelatedLinks.propTypes = {
classes: PropTypes.objectOf(PropTypes.string).isRequired,
homepage: PropTypes.arrayOf(PropTypes.shape({
label: PropTypes.string,
value: PropTypes.string,
Expand Down
1 change: 0 additions & 1 deletion src/components/VideoViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class VideoViewer extends Component {

VideoViewer.propTypes = {
captions: PropTypes.arrayOf(PropTypes.object), // eslint-disable-line react/forbid-prop-types
classes: PropTypes.objectOf(PropTypes.string).isRequired,
videoOptions: PropTypes.object, // eslint-disable-line react/forbid-prop-types
videoResources: PropTypes.arrayOf(PropTypes.object), // eslint-disable-line react/forbid-prop-types
};
Expand Down

0 comments on commit 4ea1ae9

Please sign in to comment.