diff -r 950a2350930f -r 1f340f3597a8 client/src/components/CreateSession.js --- a/client/src/components/CreateSession.js Tue Oct 09 19:02:17 2018 +0200 +++ b/client/src/components/CreateSession.js Tue Oct 09 19:07:47 2018 +0200 @@ -18,7 +18,6 @@ protocolOpen: false, title: "", description: "" - // protocol:null } componentWillMount() { @@ -71,14 +70,14 @@ render() { return ( -
- Créer une nouvelle session +
+ Nouvelle session -
+
{ e.preventDefault() } }>
@@ -103,7 +102,7 @@
{/*
{JSON.stringify(this.props.currentSession.protocol, null, 2)}
*/} -
{JSON.stringify(this.getGroupProtocol(), null, 2)}
+
{JSON.stringify(this.getGroupProtocol(), null, 2)}