mirror of https://github.com/vector-im/riot-web
Linting
parent
7b75dbbd15
commit
5e30468a00
|
@ -37,8 +37,6 @@ import dis from '../../../dispatcher';
|
|||
const ALLOWED_APP_URL_SCHEMES = ['https:', 'http:'];
|
||||
|
||||
export default class AppTile extends React.Component {
|
||||
static displayName ='AppTile';
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = this._getNewState(props);
|
||||
|
@ -579,6 +577,8 @@ export default class AppTile extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
AppTile.displayName ='AppTile';
|
||||
|
||||
AppTile.propTypes = {
|
||||
id: React.PropTypes.string.isRequired,
|
||||
url: React.PropTypes.string.isRequired,
|
||||
|
|
|
@ -25,8 +25,6 @@ import sdk from '../../../index';
|
|||
import SdkConfig from '../../../SdkConfig';
|
||||
import ScalarAuthClient from '../../../ScalarAuthClient';
|
||||
import dis from '../../../dispatcher';
|
||||
import TintableSvgButton from '../elements/TintableSvgButton';
|
||||
|
||||
|
||||
export default class Stickerpack extends React.Component {
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in New Issue