Appease the linter
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
10519f9465
commit
781b94c8f4
9 changed files with 14 additions and 13 deletions
|
@ -1118,7 +1118,7 @@ module.exports = React.createClass({
|
|||
if (cli.isCryptoEnabled()) {
|
||||
const blacklistEnabled = SettingsStore.getValueAt(
|
||||
SettingLevel.DEVICE,
|
||||
"blacklistUnverifiedDevices"
|
||||
"blacklistUnverifiedDevices",
|
||||
);
|
||||
cli.setGlobalBlacklistUnverifiedDevices(blacklistEnabled);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue