From 4f98995fe4fc98f41fd5629d6349511245225324 Mon Sep 17 00:00:00 2001 From: William Grant Date: Sun, 25 Mar 2018 18:47:21 +0200 Subject: [PATCH] ... that second equals --- browser/main/NoteList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index e5b5403c..029d9dcd 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -583,7 +583,7 @@ class NoteList extends React.Component { buttons: [i18n.__('Confirm'), i18n.__('Cancel')] }) - return dialogueButtonIndex != 1 + return dialogueButtonIndex !== 1 } deleteNote () {