pull/21833/head
Richard Lewis 2018-02-07 14:48:43 +00:00
parent 7b75dbbd15
commit 5e30468a00
2 changed files with 2 additions and 4 deletions

View File

@ -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,

View File

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