import React from 'react' import PropTypes from 'prop-types' import BackButton from './back_button' import Heading from './heading' class ProfileNavigationBar extends React.PureComponent { render() { const { titleHTML } = this.props return (