mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Change == to ===
This commit is contained in:
@@ -184,7 +184,7 @@ class NoteList extends React.Component {
|
|||||||
|
|
||||||
jumpNoteByHashHandler (event, noteHash) {
|
jumpNoteByHashHandler (event, noteHash) {
|
||||||
// first argument event isn't used.
|
// first argument event isn't used.
|
||||||
if (this.notes == null || this.notes.length === 0) {
|
if (this.notes === null || this.notes.length === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user