You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
unbreak tests
This commit is contained in:
@@ -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',
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user