mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-19 12:18:24 +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 = {
|
||||
className: PropTypes.string,
|
||||
icon: PropTypes.string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue