1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Remove unnecessary params

This commit is contained in:
Travis Ralston
2019-03-28 09:52:12 -06:00
parent c8e42d61f5
commit f73556d278

View File

@@ -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) {