Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix typo (mastodon#15705)
Browse files Browse the repository at this point in the history
  • Loading branch information
noellabo authored Feb 11, 2021
1 parent e79f8dd commit 7927959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 7927959

Please sign in to comment.