You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Add missing import and fix apps reference.
This commit is contained in:
@@ -16,8 +16,9 @@ limitations under the License.
|
||||
|
||||
'use strict';
|
||||
|
||||
const React = require('react');
|
||||
const MatrixClientPeg = require('../../../MatrixClientPeg');
|
||||
import React from 'react';
|
||||
import MatrixClientPeg from '../../../MatrixClientPeg';
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
||||
export default React.createClass({
|
||||
displayName: 'AppTile',
|
||||
|
||||
@@ -165,7 +165,7 @@ module.exports = React.createClass({
|
||||
});
|
||||
}
|
||||
this.setState({
|
||||
apps: this.apps,
|
||||
apps: apps,
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user