get rid of obsolete showEmpty prop

This commit is contained in:
Bruno Windels 2018-10-19 14:32:49 +02:00
parent ae8723451a
commit 0386a1e048
2 changed files with 0 additions and 3 deletions

View file

@ -508,7 +508,6 @@ module.exports = React.createClass({
const defaultProps = {
collapsed: self.props.collapsed,
searchFilter: self.props.searchFilter,
showEmpty: showEmpty,
incomingCall: self.state.incomingCall,
};
return subListsProps.reduce((components, props, i) => {