mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed unused prop-types dependency
no refs
This commit is contained in:
parent
90c076fc39
commit
596cef4df7
2 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue