diff -r 0e6703cd0968 -r ac1a026edd58 client/src/components/Session.js --- a/client/src/components/Session.js Fri Nov 16 11:19:13 2018 +0100 +++ b/client/src/components/Session.js Fri Nov 16 17:01:19 2018 +0100 @@ -42,19 +42,19 @@ if (this.state.screenSummary === 0) { return ( -
- Afficher le protocole d'annotation - -
+ +
Afficher le protocole d'annotation
+ +
); } if (this.state.screenSummary === 1) { return ( -
- Afficher le résumé de la session - -
+ +
Afficher le résumé de la session
+ +
); } } @@ -66,10 +66,14 @@
-
- remove_red_eye - {this.screenSummary()} -
+
+
+ remove_red_eye +
+
+ {this.screenSummary()} +
+