Lint Eastwood

This commit is contained in:
David Baker
2020-01-13 17:56:40 +00:00
parent 76fe87c941
commit e47240d838
+1 -1
View File
@@ -1513,7 +1513,7 @@ export default createReactClass({
// changing colour. More advanced behaviour will come once // changing colour. More advanced behaviour will come once
// we implement more settings. // we implement more settings.
cli.setGlobalErrorOnUnknownDevices( cli.setGlobalErrorOnUnknownDevices(
!SettingsStore.isFeatureEnabled("feature_cross_signing") !SettingsStore.isFeatureEnabled("feature_cross_signing"),
); );
}, },