Browse Source

fix typo (#15705)

closed-social-v3
Takeshi Umeda 3 years ago
committed by GitHub
parent
commit
7927959d8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/features/compose/components/privacy_dropdown.js

+ 1
- 1
app/javascript/mastodon/features/compose/components/privacy_dropdown.js View File

@ -157,7 +157,7 @@ class PrivacyDropdown extends React.PureComponent {
onModalClose: PropTypes.func,
value: PropTypes.string.isRequired,
onChange: PropTypes.func.isRequired,
noDirect: PropTpes.bool,
noDirect: PropTypes.bool,
container: PropTypes.func,
intl: PropTypes.object.isRequired,
};

Loading…
Cancel
Save