import React, { Component } from 'react' import { NavLink } from 'react-router-dom' import { connect } from 'react-redux' class Sidebar extends Component { render() { const { hash } = this.props if (!hash) { return (