Remove isRequired from Glitch ReplyIndicator status
This can be null under normal circumstances, which isRequired doesn't like.lolsob-rspec
parent
7fb3fa16dd
commit
c12383e06c
|
@ -26,7 +26,7 @@ export default @injectIntl
|
||||||
class ReplyIndicator extends ImmutablePureComponent {
|
class ReplyIndicator extends ImmutablePureComponent {
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
status: ImmutablePropTypes.map.isRequired,
|
status: ImmutablePropTypes.map,
|
||||||
intl: PropTypes.object.isRequired,
|
intl: PropTypes.object.isRequired,
|
||||||
onCancel: PropTypes.func,
|
onCancel: PropTypes.func,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue