mirror of https://github.com/vector-im/riot-web
Because apparently the revert did not revert this partpull/21833/head
parent
55867688a5
commit
6f8427a5af
|
@ -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 New Issue