className added to SharePrompt props

This commit is contained in:
svetlagasheva 2019-09-26 13:42:41 +03:00
parent 46178227c8
commit e10ee56ca1

View file

@ -55,6 +55,7 @@ const SharePrompt = (props) => {
};
SharePrompt.propTypes = {
className: PropTypes.string,
url: PropTypes.string.isRequired,
onClose: PropTypes.func
};