import React from 'react'; import { translate } from '../../translate/translate'; class WalletsHeader extends React.Component { hasActiveSection() { return this.props && this.props.activeSection; } isActiveSectionJumblr() { return this.props.activeSection === 'jumblr'; } render() { if (this.hasActiveSection()) { return (