mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-19 12:48:42 +00:00
Refactor <ActionsModal> to TypeScript (#34559)
This commit is contained in:
@@ -30,9 +30,6 @@ const messages = defineMessages({
|
||||
class PrivacyDropdown extends PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
isUserTouching: PropTypes.func,
|
||||
onModalOpen: PropTypes.func,
|
||||
onModalClose: PropTypes.func,
|
||||
value: PropTypes.string.isRequired,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
noDirect: PropTypes.bool,
|
||||
|
||||
Reference in New Issue
Block a user