unbreak tests
This commit is contained in:
parent
8f75bce29e
commit
334564c814
2 changed files with 3 additions and 2 deletions
|
@ -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',
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue