Closed ahlau closed 8 years ago
After adding code to filter out the note, the second if(lane.notes.includes(noteId)) statement doesn't seem necessary.
if(lane.notes.includes(noteId))
Thanks! Good catch.
After adding code to filter out the note, the second
if(lane.notes.includes(noteId))
statement doesn't seem necessary.