fix tests

This commit is contained in:
Sharon Kennedy
2020-03-27 18:21:13 -04:00
parent 3fd9c7365d
commit 3f2aa3a9db
8 changed files with 65 additions and 9 deletions

View File

@@ -471,8 +471,6 @@ class ChatBox extends React.Component {
handleSubmit = e => {
e.preventDefault()
const message = this.state.inputValue
console.log('event', e)
console.log('message', message)
if (!Boolean(message)) return null;
if (this.state.client && this.state.roomId) {