lint
This commit is contained in:
parent
d56de6a673
commit
58d16fea7d
1 changed files with 0 additions and 7 deletions
|
@ -16,13 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import {MatrixClientPeg} from '../../../MatrixClientPeg';
|
|
||||||
import * as sdk from '../../../index';
|
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
import {getNameForEventRoom, userLabelForEventRoom}
|
|
||||||
from '../../../utils/KeyVerificationStateObserver';
|
|
||||||
import dis from "../../../dispatcher";
|
|
||||||
import {RIGHT_PANEL_PHASES} from "../../../stores/RightPanelStorePhases";
|
|
||||||
|
|
||||||
export default class EncryptionEvent extends React.Component {
|
export default class EncryptionEvent extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
|
@ -51,7 +45,6 @@ export default class EncryptionEvent extends React.Component {
|
||||||
return (<div className={classes}>
|
return (<div className={classes}>
|
||||||
{body}
|
{body}
|
||||||
</div>);
|
</div>);
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue