forked from matrix/element-web
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
eeeafe050b
|
@ -20,7 +20,7 @@ import RoomTile from 'matrix-react-sdk/lib/components/views/rooms/RoomTile';
|
||||||
|
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
|
|
||||||
export default class DNDRoomTile extends React.Component {
|
export default class DNDRoomTile extends React.PureComponent {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.getClassName = this.getClassName.bind(this);
|
this.getClassName = this.getClassName.bind(this);
|
||||||
|
|
Loading…
Reference in New Issue