diff -r f98efa1bddd1 -r 7da1d5137b0b client/src/components/Note.js
--- a/client/src/components/Note.js Thu Oct 11 11:05:04 2018 +0200
+++ b/client/src/components/Note.js Tue Nov 06 16:19:26 2018 +0100
@@ -56,30 +56,6 @@
)
}
- // renderNoteMarginComment() {
- // if (this.props.isEditing) {
- // return (
- //
- //
- // { this.marginComment = ref; } } />
- // ref={(marginComment) => { this.marginComment = marginComment; }} />
- //
- //
- // )
- // }
-
- // return (
- //
- // { this.props.note.marginComment }
- //
- // )
- // }
-
renderNoteRight() {
if (this.props.isEditing) {
return (
@@ -101,8 +77,8 @@
- { formatTimestamp(this.props.note.startedAt) }
- { formatTimestamp(this.props.note.finishedAt) }
+ { formatTimestamp(this.props.note.startedAt) }
+ { formatTimestamp(this.props.note.finishedAt) }
{ this.renderNoteContent() }
{/* { this.renderNoteMarginComment() } */}