diff -r 7da1d5137b0b -r 03334a31130a client/src/components/Session.js --- a/client/src/components/Session.js Tue Nov 06 16:19:26 2018 +0100 +++ b/client/src/components/Session.js Thu Nov 08 16:03:28 2018 +0100 @@ -1,6 +1,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; +import { Trans } from 'react-i18next'; import '../App.css'; import './Session.css'; import Navbar from './Navbar'; @@ -44,7 +45,7 @@ if (this.state.screenSummary === 0) { return (
); @@ -53,7 +54,7 @@ if (this.state.screenSummary === 1) { return ( );