Fix FilePanel and NotificationPanel overscroll issues
This commit is contained in:
@@ -104,8 +104,8 @@ class TimelinePanel extends React.Component {
|
||||
// shape property to be passed to EventTiles
|
||||
tileShape: PropTypes.string,
|
||||
|
||||
// placeholder text to use if the timeline is empty
|
||||
empty: PropTypes.string,
|
||||
// placeholder to use if the timeline is empty
|
||||
empty: PropTypes.node,
|
||||
|
||||
// whether to show reactions for an event
|
||||
showReactions: PropTypes.bool,
|
||||
|
||||
Reference in New Issue
Block a user