client/src/components/ProtocolSummary.js
changeset 170 7da1d5137b0b
parent 165 62e5be0df812
child 174 ac1a026edd58
--- a/client/src/components/ProtocolSummary.js	Thu Oct 11 11:05:04 2018 +0200
+++ b/client/src/components/ProtocolSummary.js	Tue Nov 06 16:19:26 2018 +0100
@@ -3,20 +3,6 @@
 import './SessionSummary.css'
 
 
-// const SessionSummary = ({notes}) => (
-//   <ul className="list-group sticky-left">
-//     {notes.map((note) =>
-//       <li className="list-group-item border-0" key={note.get('_id')}>
-//           <a href={'#note-' + note.get('_id')}>
-//             <small className="note-time text-warning bg-success border-0 text-center">{formatTimestamp(note.startedAt)}</small>
-//             <small className="note-length font-weight-bold px-2 text-muted text-center">{_.words(note.plain).length} mots</small>
-//             <small className="note-time text-warning bg-success border-0 text-center">{formatTimestamp(note.finishedAt)}</small>
-//           </a>
-//       </li>
-//     )}
-//   </ul>
-// )
-
 export default class ProtocolSummary extends Component {
   render() {
     return (