mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Removed unused prop-types dependency
no refs
This commit is contained in:
parent
90c076fc39
commit
596cef4df7
@ -21,7 +21,6 @@
|
||||
"@testing-library/jest-dom": "5.13.0",
|
||||
"@testing-library/react": "11.2.7",
|
||||
"@testing-library/user-event": "12.8.3",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-scripts": "4.0.3"
|
||||
|
@ -1,4 +1,3 @@
|
||||
import PropTypes from 'prop-types';
|
||||
import Frame from './Frame';
|
||||
import MemberGravatar from './common/MemberGravatar';
|
||||
import AppContext from '../AppContext';
|
||||
@ -258,7 +257,3 @@ export default class TriggerButton extends React.Component {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
TriggerButton.propTypes = {
|
||||
isPopupOpen: PropTypes.bool
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user