Lint Eastwood

This commit is contained in:
David Baker 2020-01-13 17:56:40 +00:00
parent 76fe87c941
commit e47240d838

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"),
);
},