mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
fix(VideosMenu): use shape instead of objectOf as a proptype
This commit is contained in:
parent
87251a649b
commit
ae578b6eca
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const VideosMenu = ({ className, metaItem, seriesInfo }) => {
|
|||
VideosMenu.propTypes = {
|
||||
className: PropTypes.string,
|
||||
metaItem: PropTypes.object,
|
||||
seriesInfo: PropTypes.objectOf({
|
||||
seriesInfo: PropTypes.shape({
|
||||
season: PropTypes.number,
|
||||
episode: PropTypes.number,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue