Remove unnecessary params
This commit is contained in:
parent
c8e42d61f5
commit
f73556d278
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue