diff --git a/app/components/LeftMenuLink/index.js b/app/components/LeftMenuLink/index.js index 0b54b35e1d..68b9bcf85e 100644 --- a/app/components/LeftMenuLink/index.js +++ b/app/components/LeftMenuLink/index.js @@ -6,15 +6,16 @@ import React from 'react'; import styles from './styles.scss'; +import { Link } from 'react-router'; class LeftMenuLink extends React.Component { // eslint-disable-line react/prefer-stateless-function render() { return (
  • - + {this.props.label} - +
  • ); }