diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2021-02-11 14:22:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 06:22:11 +0100 |
commit | 7927959d8fcef4fed17d94ae6585b5b65af686f2 (patch) | |
tree | 834d6b6be873cc45a6b3d9bf1c96b72e38e3422b /app/javascript | |
parent | e79f8dd85cb63125185fdf711f470c298a0b5dbc (diff) |
fix typo (#15705)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/features/compose/components/privacy_dropdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/compose/components/privacy_dropdown.js b/app/javascript/mastodon/features/compose/components/privacy_dropdown.js index 936b14e9e..df59f46b3 100644 --- a/app/javascript/mastodon/features/compose/components/privacy_dropdown.js +++ b/app/javascript/mastodon/features/compose/components/privacy_dropdown.js @@ -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, }; |