mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Revert rest of https://github.com/matrix-org/matrix-react-sdk/pull/1584
Because apparently the revert did not revert this part
This commit is contained in:
parent
55867688a5
commit
6f8427a5af
1 changed files with 0 additions and 5 deletions
|
@ -113,11 +113,6 @@ export default React.createClass({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
if (this.state.devices === null) {
|
||||
const Spinner = sdk.getComponent("elements.Spinner");
|
||||
return <Spinner />;
|
||||
}
|
||||
|
||||
let warning;
|
||||
if (SettingsStore.getValue("blacklistUnverifiedDevices", this.props.room.roomId)) {
|
||||
warning = (
|
||||
|
|
Loading…
Reference in a new issue