mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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,
|
||||
close: PropTypes.func
|
||||
};
|
||||
SharePrompt.defaultProps = {
|
||||
label: 'Share',
|
||||
url: ''
|
||||
};
|
||||
|
||||
module.exports = SharePrompt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue