diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/components/SessionForm.js --- a/client/src/components/SessionForm.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/SessionForm.js Tue Dec 04 18:17:56 2018 +0100 @@ -1,11 +1,9 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import '../App.css'; import * as sessionsActions from '../actions/sessionsActions'; import * as authActions from '../actions/authActions'; import _ from 'lodash'; -import './SessionForm.css'; class SessionForm extends Component { @@ -121,7 +119,7 @@ onClick={this.toggleOnTitleEditMode} className='session-page-title border-0 bg-irinotes-headers text-muted ml-3' > - { this.props.currentSession.title || 'Espace titre' } + { this.props.currentSession.title || Espace titre } ); } @@ -129,16 +127,15 @@ if (this.state.titleEditMode === true) { return (