client/src/components/Note.js
changeset 138 a1fb2ced3049
parent 109 ef62de545a8d
child 143 cfcbf4bc66f1
equal deleted inserted replaced
137:279e1dffa213 138:a1fb2ced3049
    43     if (this.props.isEditing) {
    43     if (this.props.isEditing) {
    44       return (
    44       return (
    45         <div className="note-content">
    45         <div className="note-content">
    46           <SlateEditor ref="editor"
    46           <SlateEditor ref="editor"
    47             onButtonClick={ this.onClickButton }
    47             onButtonClick={ this.onClickButton }
    48             note={ this.props.note } />
    48             note={ this.props.note }
       
    49             annotationCategories={ this.props.annotationCategories } />
    49         </div>
    50         </div>
    50       )
    51       )
    51     }
    52     }
    52 
    53 
    53     return (
    54     return (