forked from treehouse/mastodon
Remove isRequired from Glitch ReplyIndicator status
This can be null under normal circumstances, which isRequired doesn't like.signup-info-prompt
parent
07d4ecfe5e
commit
e04724296b
|
@ -26,7 +26,7 @@ export default @injectIntl
|
|||
class ReplyIndicator extends ImmutablePureComponent {
|
||||
|
||||
static propTypes = {
|
||||
status: ImmutablePropTypes.map.isRequired,
|
||||
status: ImmutablePropTypes.map,
|
||||
intl: PropTypes.object.isRequired,
|
||||
onCancel: PropTypes.func,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue