Remove unnecessary proptype discrepancy
This commit is contained in:
parent
7f5b164326
commit
e023acfd00
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const messages = defineMessages({
|
|||
class ComposeForm extends ImmutablePureComponent {
|
||||
static propTypes = {
|
||||
intl: PropTypes.object.isRequired,
|
||||
text: PropTypes.string,
|
||||
text: PropTypes.string.isRequired,
|
||||
suggestions: ImmutablePropTypes.list,
|
||||
spoiler: PropTypes.bool,
|
||||
privacy: PropTypes.string,
|
||||
|
|
Loading…
Reference in a new issue