equal
deleted
inserted
replaced
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 ( |