1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

... that second equals

This commit is contained in:
William Grant
2018-03-25 18:47:21 +02:00
parent 56231edc3a
commit 4f98995fe4

View File

@@ -583,7 +583,7 @@ class NoteList extends React.Component {
buttons: [i18n.__('Confirm'), i18n.__('Cancel')]
})
return dialogueButtonIndex != 1
return dialogueButtonIndex !== 1
}
deleteNote () {