mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-18 04:01:45 +00:00
... that second equals
This commit is contained in:
@@ -583,7 +583,7 @@ class NoteList extends React.Component {
|
|||||||
buttons: [i18n.__('Confirm'), i18n.__('Cancel')]
|
buttons: [i18n.__('Confirm'), i18n.__('Cancel')]
|
||||||
})
|
})
|
||||||
|
|
||||||
return dialogueButtonIndex != 1
|
return dialogueButtonIndex !== 1
|
||||||
}
|
}
|
||||||
|
|
||||||
deleteNote () {
|
deleteNote () {
|
||||||
|
|||||||
Reference in New Issue
Block a user