Remove unnecessary params
parent
c8e42d61f5
commit
f73556d278
|
@ -58,7 +58,7 @@ export default class RoomBreadcrumbs extends React.Component {
|
||||||
dis.unregister(this._dispatcherRef);
|
dis.unregister(this._dispatcherRef);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidUpdate(props, state) {
|
componentDidUpdate() {
|
||||||
const rooms = this.state.rooms.slice();
|
const rooms = this.state.rooms.slice();
|
||||||
|
|
||||||
if (rooms.length) {
|
if (rooms.length) {
|
||||||
|
|
Loading…
Reference in New Issue