unbreak tests

This commit is contained in:
Matthew Hodgson
2016-09-07 22:54:38 +01:00
parent 8f75bce29e
commit 334564c814
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -92,7 +92,7 @@ var TimelinePanel = React.createClass({
timelineCap: React.PropTypes.number,
// classname to use for the messagepanel
className: React.PropTypes.string.isRequired,
className: React.PropTypes.string,
},
statics: {
@@ -106,6 +106,7 @@ var TimelinePanel = React.createClass({
getDefaultProps: function() {
return {
timelineCap: 250,
className: 'mx_RoomView_messagePanel',
};
},