From ea7f160950c335810cbded6bfd00ff1a45aee01c Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 31 Jan 2020 10:38:20 +0000 Subject: [PATCH] lint --- src/components/structures/auth/CompleteSecurity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/auth/CompleteSecurity.js b/src/components/structures/auth/CompleteSecurity.js index 6d4abb0607..e7071bee0c 100644 --- a/src/components/structures/auth/CompleteSecurity.js +++ b/src/components/structures/auth/CompleteSecurity.js @@ -73,7 +73,7 @@ export default class CompleteSecurity extends React.Component { }); } } catch (e) { - if (!e instanceof AccessCancelledError) { + if (!(e instanceof AccessCancelledError)) { console.log(e); } // this will throw if the user hits cancel, so ignore