mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
NavTabButton details prop added to propTypes
This commit is contained in:
parent
89b22c2503
commit
392b951d46
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ NavTabButton.propTypes = {
|
|||
label: PropTypes.string,
|
||||
href: PropTypes.string,
|
||||
selected: PropTypes.bool,
|
||||
details: PropTypes.bool,
|
||||
onClick: PropTypes.func
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue