diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index c3ebd9e0..e5b5403c 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 ? false : true + return dialogueButtonIndex != 1 } deleteNote () {