mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
default props removed from SharePrompt
This commit is contained in:
parent
9c0ecc8621
commit
18cc4aec4d
1 changed files with 0 additions and 4 deletions
|
|
@ -62,9 +62,5 @@ SharePrompt.propTypes = {
|
||||||
url: PropTypes.string.isRequired,
|
url: PropTypes.string.isRequired,
|
||||||
close: PropTypes.func
|
close: PropTypes.func
|
||||||
};
|
};
|
||||||
SharePrompt.defaultProps = {
|
|
||||||
label: 'Share',
|
|
||||||
url: ''
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = SharePrompt;
|
module.exports = SharePrompt;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue