mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
className added to SharePrompt props
This commit is contained in:
parent
46178227c8
commit
e10ee56ca1
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ const SharePrompt = (props) => {
|
|||
};
|
||||
|
||||
SharePrompt.propTypes = {
|
||||
className: PropTypes.string,
|
||||
url: PropTypes.string.isRequired,
|
||||
onClose: PropTypes.func
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue