mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
VerticalNavBar prop types fixed
This commit is contained in:
parent
cc6116e5a5
commit
c011b46d73
1 changed files with 3 additions and 1 deletions
|
|
@ -33,9 +33,11 @@ VerticalNavBar.displayName = 'VerticalNavBar';
|
|||
|
||||
VerticalNavBar.propTypes = {
|
||||
className: PropTypes.string,
|
||||
route: PropTypes.string,
|
||||
tabs: PropTypes.arrayOf(PropTypes.shape({
|
||||
icon: PropTypes.string,
|
||||
route: PropTypes.string,
|
||||
label: PropTypes.string,
|
||||
icon: PropTypes.string,
|
||||
href: PropTypes.string,
|
||||
onClick: PropTypes.func
|
||||
}))
|
||||
|
|
|
|||
Loading…
Reference in a new issue