Change to import
This commit is contained in:
parent
da6cc5c2e9
commit
4ef3ef40db
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ import { _t } from '../../../languageHandler';
|
||||||
import * as sdk from '../../../index';
|
import * as sdk from '../../../index';
|
||||||
import { accessSecretStorage } from '../../../SecurityManager';
|
import { accessSecretStorage } from '../../../SecurityManager';
|
||||||
import Modal from '../../../Modal';
|
import Modal from '../../../Modal';
|
||||||
|
import Spinner from '../elements/Spinner';
|
||||||
|
|
||||||
export default class CrossSigningPanel extends React.PureComponent {
|
export default class CrossSigningPanel extends React.PureComponent {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
@ -163,7 +164,6 @@ export default class CrossSigningPanel extends React.PureComponent {
|
||||||
|
|
||||||
let summarisedStatus;
|
let summarisedStatus;
|
||||||
if (homeserverSupportsCrossSigning === undefined) {
|
if (homeserverSupportsCrossSigning === undefined) {
|
||||||
const Spinner = sdk.getComponent('views.elements.Spinner');
|
|
||||||
summarisedStatus = <Spinner />;
|
summarisedStatus = <Spinner />;
|
||||||
} else if (!homeserverSupportsCrossSigning) {
|
} else if (!homeserverSupportsCrossSigning) {
|
||||||
summarisedStatus = <p>{_t(
|
summarisedStatus = <p>{_t(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue