Chats propTypes fixes
This commit is contained in:
parent
4047f796d1
commit
ba5fd4aa2a
|
@ -40,7 +40,7 @@ class ChatBox extends ImmutablePureComponent {
|
|||
intl: PropTypes.object.isRequired,
|
||||
chatId: PropTypes.string.isRequired,
|
||||
chatMessageIds: ImmutablePropTypes.orderedSet,
|
||||
chat: ImmutablePropTypes.map,
|
||||
chat: ImmutablePropTypes.record,
|
||||
onSetInputRef: PropTypes.func,
|
||||
me: PropTypes.node,
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ class ChatWindow extends ImmutablePureComponent {
|
|||
chatId: PropTypes.string.isRequired,
|
||||
windowState: PropTypes.string.isRequired,
|
||||
idx: PropTypes.number,
|
||||
chat: ImmutablePropTypes.map,
|
||||
chat: ImmutablePropTypes.record,
|
||||
me: PropTypes.node,
|
||||
displayFqn: PropTypes.bool,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue