From: Takeshi Umeda Date: Thu, 11 Feb 2021 05:22:11 +0000 (+0900) Subject: fix typo (#15705) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7927959d8fcef4fed17d94ae6585b5b65af686f2;p=mastodon.git fix typo (#15705) --- 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, };