From e47240d838b94b14230e8dc98f8ade7cf0b41e6b Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 13 Jan 2020 17:56:40 +0000 Subject: [PATCH] Lint Eastwood --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index ce6f7d936fa..a07446d971f 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -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"), ); },