lint
This commit is contained in:
parent
f2076ea6c8
commit
a4f2f4f529
|
@ -49,7 +49,8 @@ export default class MessageBox extends React.Component {
|
|||
rid: PropTypes.string.isRequired,
|
||||
editRequest: PropTypes.func.isRequired,
|
||||
message: PropTypes.object,
|
||||
editing: PropTypes.bool
|
||||
editing: PropTypes.bool,
|
||||
typing: PropTypes.bool
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
|
|
|
@ -71,7 +71,9 @@ export default class RoomView extends React.Component {
|
|||
server: PropTypes.string,
|
||||
Site_Url: PropTypes.string,
|
||||
Message_TimeFormat: PropTypes.string,
|
||||
loading: PropTypes.bool
|
||||
loading: PropTypes.bool,
|
||||
usersTyping: PropTypes.array,
|
||||
username: PropTypes.string
|
||||
};
|
||||
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in New Issue