Add missing PropTypes

This commit is contained in:
Torjus
2018-07-31 10:14:14 +02:00
parent 35b3da155d
commit 0561ff64ac
5 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ class Room extends EventEmitter
accept();
protooPeer.send('file-history-receive', {
fileHistory: this._fileHistory
fileHistory : this._fileHistory
});
break;