--- a/client/src/components/NotesList.js Thu Aug 03 23:04:33 2017 +0200
+++ b/client/src/components/NotesList.js Fri Aug 04 09:48:09 2017 +0200
@@ -62,7 +62,8 @@
onClose={ this.closeNote }
onDelete={ this.confirmDelete.bind(this, note) }
onSave={ this.updateNote }
- isEditing={ this.state.editingNote && note === this.state.editingNote } />
+ isEditing={ this.state.editingNote && note === this.state.editingNote }
+ annotationCategories={this.props.annotationCategories} />
)}
<Modal show={this.state.showModal} onHide={this.closeModal}>