diff -r f98efa1bddd1 -r 7da1d5137b0b client/src/components/SessionForm.js --- a/client/src/components/SessionForm.js Thu Oct 11 11:05:04 2018 +0200 +++ b/client/src/components/SessionForm.js Tue Nov 06 16:19:26 2018 +0100 @@ -119,7 +119,7 @@ return (
{ this.props.currentSession.title || 'Espace titre' }
@@ -150,7 +150,7 @@ return (
{ this.props.currentSession.description || 'Espace description' }
@@ -189,16 +189,6 @@
{ e.preventDefault() } }> {this.titleEditMode()} {this.descriptionEditMode()} - {/*
- -

{this.props.currentSession.group}

-
*/} - {/*
- -
-
{JSON.stringify(this.props.currentSession.protocol, null, 2)}
-
-
*/}