Because apparently the revert did not revert this part
pull/21833/head
David Baker 2017-11-16 15:11:47 +00:00
parent 55867688a5
commit 6f8427a5af
1 changed files with 0 additions and 5 deletions

View File

@ -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 = (