mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(ActionButton): remove dead code (3)
This commit is contained in:
parent
6c7035db9c
commit
40907e9448
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ ActionButton.propTypes = {
|
|||
className: PropTypes.string,
|
||||
icon: PropTypes.string,
|
||||
label: PropTypes.string,
|
||||
tooltip: PropTypes.bool,
|
||||
tooltip: PropTypes.bool
|
||||
};
|
||||
|
||||
module.exports = ActionButton;
|
||||
|
|
|
|||
Loading…
Reference in a new issue