Lint Eastwood

pull/21833/head
David Baker 2020-01-13 17:56:40 +00:00
parent 76fe87c941
commit e47240d838
1 changed files with 1 additions and 1 deletions

View File

@ -1513,7 +1513,7 @@ export default createReactClass({
// changing colour. More advanced behaviour will come once
// we implement more settings.
cli.setGlobalErrorOnUnknownDevices(
!SettingsStore.isFeatureEnabled("feature_cross_signing")
!SettingsStore.isFeatureEnabled("feature_cross_signing"),
);
},