NavTabButton details prop added to propTypes

This commit is contained in:
svetlagasheva 2020-04-09 12:53:42 +03:00
parent 89b22c2503
commit 392b951d46

View file

@ -44,6 +44,7 @@ NavTabButton.propTypes = {
label: PropTypes.string,
href: PropTypes.string,
selected: PropTypes.bool,
details: PropTypes.bool,
onClick: PropTypes.func
};