]> cat aescling's git repositories - mastodon.git/commitdiff
fix typo (#15705)
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Thu, 11 Feb 2021 05:22:11 +0000 (14:22 +0900)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 05:22:11 +0000 (06:22 +0100)
app/javascript/mastodon/features/compose/components/privacy_dropdown.js

index 936b14e9e6d7b6f7ecb7cb4e49a577bb9b09081e..df59f46b3c856c0ca5f32a20b4cf06cfb48f45ab 100644 (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,
   };