unbreak tests

This commit is contained in:
Matthew Hodgson 2016-09-07 21:10:31 +01:00
parent 8f75bce29e
commit 334564c814
2 changed files with 3 additions and 2 deletions

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',
};
},