1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

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