import React from 'react' import {connect} from 'react-redux' class QuickLinks extends React.Component { render() { if (this.props.isLoading) { return null; // nothing to go to. } return (