Remove unnecessary params

pull/21833/head
Travis Ralston 2019-03-28 09:52:12 -06:00
parent c8e42d61f5
commit f73556d278
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default class RoomBreadcrumbs extends React.Component {
dis.unregister(this._dispatcherRef);
}
componentDidUpdate(props, state) {
componentDidUpdate() {
const rooms = this.state.rooms.slice();
if (rooms.length) {