diff --git a/frontend/app/components/Client/Client.js b/frontend/app/components/Client/Client.js
index ab16c6b40..6cba4b50a 100644
--- a/frontend/app/components/Client/Client.js
+++ b/frontend/app/components/Client/Client.js
@@ -18,41 +18,45 @@ import Roles from './Roles';
@withRouter
export default class Client extends React.PureComponent {
- constructor(props){
+ constructor(props) {
super(props);
- }
+ }
setTab = (tab) => {
this.props.history.push(clientRoute(tab));
- }
+ };
renderActiveTab = () => (