mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
displayName added to NavBarButton
This commit is contained in:
parent
23387bd4b2
commit
f92cefe88a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ const NavBarButton = React.memo(({ className, icon, label, href, onClick }) => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
NavBarButton.displayName = 'NavBarButton';
|
||||||
NavBarButton.propTypes = {
|
NavBarButton.propTypes = {
|
||||||
className: PropTypes.string,
|
className: PropTypes.string,
|
||||||
icon: PropTypes.string,
|
icon: PropTypes.string,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue