import React from 'react'; import SitesIcon from './presentational/Icons/SitesIcon.js'; import RefreshIcon from './presentational/Icons/RefreshIcon.js'; import CoeventIcon from './presentational/Icons/CoeventIcon.js'; import RouteIcon from './presentational/Icons/RouteIcon.js'; function ToolbarBottomActions (props) { function renderMapActions() { return (
{/* this.toggleMapViews(view)} */} {/* isEnabled={this.props.viewFilters.routes} */} {/* /> */} {process.env.features.USE_SITES ? : null} {/* this.toggleMapViews(view)} */} {/* isEnabled={this.props.viewFilters.coevents} */} {/* /> */}
); } return (
{renderMapActions()}
{/* */} {/* */} {/* */}
) } export default ToolbarBottomActions;