import PropTypes from 'prop-types'; import { h } from 'preact'; import listingPropTypes from './listingPropTypes'; import DropdownMenu from './DropdownMenu'; const Header = ({ listing, currentUserId, onTitleClick }) => { const { id, user_id: userId, category, slug, title } = listing; return (